Bug 1125615 - Apache shouldn't cache unavailable services

This commit is contained in:
mdoglio 2015-01-28 18:17:11 +00:00
Родитель 40b01c751d
Коммит d248aa6544
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,7 @@
Alias / /home/<%= @APP_USER %>/treeherder-ui/<%= @APP_UI %>/index.html Alias / /home/<%= @APP_USER %>/treeherder-ui/<%= @APP_UI %>/index.html
ProxyPassMatch ^/$ ! ProxyPassMatch ^/$ !
ProxyPass / http://localhost:8000/ ProxyPass / http://localhost:8000/ retry=0
ProxyPassReverse / http://localhost:8000/ ProxyPassReverse / http://localhost:8000/
ProxyPreserveHost On ProxyPreserveHost On