some corrections
This commit is contained in:
parent
cb5c734fea
commit
c98bf2854b
|
|
@ -58,7 +58,7 @@ server {
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Statyczne zasoby (obrazy, css, js, fonts)
|
# Statyczne zasoby (obrazy, fonts)
|
||||||
location ~* \.(jpg|jpeg|png|gif|ico|webp|avif|svg|woff2)$ {
|
location ~* \.(jpg|jpeg|png|gif|ico|webp|avif|svg|woff2)$ {
|
||||||
proxy_cache COMBINED_CACHE;
|
proxy_cache COMBINED_CACHE;
|
||||||
proxy_pass http://arti24-container:3000;
|
proxy_pass http://arti24-container:3000;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue