Changes between Version 2 and Version 3 of Ticket #2335, comment 3


Ignore:
Timestamp:
03/17/22 10:36:55 (2 years ago)
Author:
stefankaerst.web.de@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2335, comment 3

    v2 v3  
    44I guess localhost is no variable here. this is the config I used
    55
     6{{{
    67        location /localhost {
    78            proxy_pass              ht tp://localhost:6556$request_uri;
    89        }
     10}}}
     11
    912
    1013anyway. I tried the resolver directive just out of curiosity, like this:
    1114
     15
     16{{{
    1217        #resolver fritz.box:53;
    1318        resolver localhost:53;
     
    1924            proxy_pass              ht tp://etchostshost$request_uri;
    2025        }
     26}}}
    2127
    2228
     
    2733GL&HF!
    2834
    29 
    3035''PS: I had to insert spaces into http otherwise trac.nginx.org won't let me paste this config''