Don't disable logging for /srv/status

This commit is contained in:
Robin Ward 2015-07-03 11:01:55 -04:00
parent be664857be
commit 5f59424937

View File

@ -90,13 +90,6 @@ server {
add_header Access-Control-Allow-Origin *;
}
location = /srv/status {
access_log off;
log_not_found off;
proxy_pass http://discourse;
break;
}
location ~ ^/assets/ {
expires 1y;
# asset pipeline enables this