Skip to content

Commit

Permalink
Add new dependency of Nextcloud
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Nov 9, 2023
1 parent 82997dc commit 846c383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ http {

# Adding the cache control header for js, css and map files
# Make sure it is BELOW the PHP block
location ~ \.(?:css|js|woff2?|svg|gif|map)$ {
location ~ \.(?:css|js|mjs|woff2?|svg|gif|map)$ {
try_files $uri /index.php$request_uri;
add_header Cache-Control "public, max-age=15778463";
# Add headers to serve security related headers (It is intended to
Expand Down

0 comments on commit 846c383

Please sign in to comment.