mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
refactor: remove static asset caching configuration in NGINX
This commit is contained in:
@@ -48,10 +48,6 @@ http {
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
}
|
||||
location ~* ^/assets/ {
|
||||
expires 1y;
|
||||
add_header Cache-Control "public, immutable";
|
||||
}
|
||||
|
||||
# Deny access to hidden files
|
||||
location ~ /\. {
|
||||
|
||||
Reference in New Issue
Block a user