removing limit_req off;
This commit is contained in:
parent
28da4d3748
commit
bb104efd24
|
|
@ -51,7 +51,6 @@ server {
|
||||||
|
|
||||||
# Statyczne zasoby (obrazy, css, js, fonts)
|
# Statyczne zasoby (obrazy, css, js, fonts)
|
||||||
location ~* \.(jpg|jpeg|png|gif|ico|webp|svg|woff2)$ {
|
location ~* \.(jpg|jpeg|png|gif|ico|webp|svg|woff2)$ {
|
||||||
limit_req off;
|
|
||||||
proxy_cache COMBINED_CACHE;
|
proxy_cache COMBINED_CACHE;
|
||||||
proxy_pass http://arti24-container:3000;
|
proxy_pass http://arti24-container:3000;
|
||||||
proxy_cache_valid 200 30d;
|
proxy_cache_valid 200 30d;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue