mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 10:37:48 +08:00
Don't disable logging for /srv/status
This commit is contained in:
parent
be664857be
commit
5f59424937
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user