Edgewall Software

Changes between Version 15 and Version 16 of TracNginxRecipe


Ignore:
Timestamp:
Aug 12, 2009, 9:18:29 PM (15 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracNginxRecipe

    v15 v16  
    6565                  proxy_pass      http://live_trachosts_com;
    6666                  include         /etc/nginx/proxy.conf;
     67                  # my system doesn't have the proxy.conf file so I needed to add the following two lines to get redirects working:
     68                  # proxy_redirect on;
     69                  # proxy_set_header Host $host;
    6770          }
    6871 
     
    114117                  proxy_pass      http://live_trachosts_com;
    115118                  include         /etc/nginx/proxy.conf;
     119                  # my system doesn't have the proxy.conf file so I needed to add the following two lines to get redirects working:
     120                  # proxy_redirect on;
     121                  # proxy_set_header Host $host;
    116122          }
    117123