@cryptotaxi247 / infra-1 / commits / c7aa78e9

Don't use IP address in proxy config

Eelco Dolstra committed Jul 18, 2016 at 10:45 UTC c7aa78e90da20b71681a83eae5303287960f8aa6
1 file changed +2 -2
delft/hydra-proxy.nix
+2 -2
@@ -18,8 +18,8 @@ let
18 ProxyPass /apache-errors !
19 ProxyPass /.well-known !
20 ErrorDocument 503 /apache-errors/503.html
21 - ProxyPass / http://localhost:3000/ retry=5 disablereuse=on
22 - ProxyPassReverse / http://localhost:3000/
21 + ProxyPass / http://127.0.0.1:3000/ retry=5 disablereuse=on
22 + ProxyPassReverse / http://127.0.0.1:3000/
23
24 CacheEnable disk /
25 CacheRoot ${hydraCacheDir}