Changes between Version 2 and Version 3 of Ticket #2335, comment 3
- Timestamp:
- 03/17/22 10:36:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2335, comment 3
v2 v3 4 4 I guess localhost is no variable here. this is the config I used 5 5 6 {{{ 6 7 location /localhost { 7 8 proxy_pass ht tp://localhost:6556$request_uri; 8 9 } 10 }}} 11 9 12 10 13 anyway. I tried the resolver directive just out of curiosity, like this: 11 14 15 16 {{{ 12 17 #resolver fritz.box:53; 13 18 resolver localhost:53; … … 19 24 proxy_pass ht tp://etchostshost$request_uri; 20 25 } 26 }}} 21 27 22 28 … … 27 33 GL&HF! 28 34 29 30 35 ''PS: I had to insert spaces into http otherwise trac.nginx.org won't let me paste this config''