Good find. Thank you! That helped a lot. This relayd.conf works now, if I
switch httpd to listen to port 81:
relayd_address="127.0.0.1"
table { 127.0.0.1 }
table { 127.0.0.1 }
http protocol reverse_proxy {
match request path "/hello" forward to
match response header set "Connection" valu
26 juillet 2016 12:20 "Miles Keaton" a écrit:
> Sorry
to bother the list with this, but still stumped after two days.
>
> Trying to
switch from nginx to httpd, but there's just one thing left:
>
> Having the
webserver pass some URLs to another port:
>
> # working nginx config:
> http
{
> server
Le 2016-07-26 12:13, Miles Keaton a écrit :
Sorry to bother the list with this, but still stumped after two days.
Trying to switch from nginx to httpd, but there's just one thing left:
Having the webserver pass some URLs to another port:
# working nginx config:
http {
server {
listen 8
Sorry to bother the list with this, but still stumped after two days.
Trying to switch from nginx to httpd, but there's just one thing left:
Having the webserver pass some URLs to another port:
# working nginx config:
http {
server {
listen 80;
# serving static here
root /var/www
4 matches
Mail list logo