removing access_log off;
This commit is contained in:
parent
b14b1cb48a
commit
28da4d3748
|
|
@ -60,7 +60,7 @@ server {
|
||||||
proxy_cache_use_stale error timeout updating;
|
proxy_cache_use_stale error timeout updating;
|
||||||
add_header X-Cache-Status $upstream_cache_status;
|
add_header X-Cache-Status $upstream_cache_status;
|
||||||
expires 1y;
|
expires 1y;
|
||||||
access_log off;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Wyjątek dla API
|
# Wyjątek dla API
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue