Update nginx-subdir.conf.sample

This commit is contained in:
John Molakvoæ
2022-02-24 09:17:51 +01:00
committed by GitHub
parent 27260cc315
commit 1a4e439bc4

View File

@@ -136,7 +136,7 @@ server {
fastcgi_max_temp_file_size 0;
}
location ~ \.(?:css|js|svg|gif)$ {
location ~ \.(?:css|js|svg|gif|map)$ {
try_files $uri /nextcloud/index.php$request_uri;
expires 6M; # Cache-Control policy borrowed from `.htaccess`
access_log off; # Optional: Don't log access to assets