some corrections

This commit is contained in:
Artur Kuś 2025-08-18 23:54:37 +02:00
parent cb5c734fea
commit c98bf2854b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ server {
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)$ {
proxy_cache COMBINED_CACHE;
proxy_pass http://arti24-container:3000;