Merge pull request #436 from bizonix/patch-1

fix loop redirecting
This commit is contained in:
Joshua Tauberer 2015-06-07 16:30:58 -04:00
commit 9e125aec00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Proxy /admin to our Python based control panel daemon. It is
# listening on IPv4 only so use an IP address and not 'localhost'.
rewrite ^/admin$ /admin/;
rewrite ^/admin/munin$ /admin/munin redirect;
rewrite ^/admin/munin$ /admin/munin/ redirect;
location /admin/ {
proxy_pass http://127.0.0.1:10222/;
proxy_set_header X-Forwarded-For $remote_addr;