We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70a2e3a + decf33d commit abf638aCopy full SHA for abf638a
templates/presets/drupal10.conf.tmpl
@@ -49,7 +49,7 @@ location / {
49
internal;
50
}
51
52
- location ~* /files/styles/ {
+ location ~* /files/(css|js|styles)/ {
53
access_log {{ getenv "NGINX_STATIC_ACCESS_LOG" "off" }};
54
expires {{ getenv "NGINX_STATIC_EXPIRES" "1y" }};
55
try_files $uri @drupal;
@@ -218,4 +218,4 @@ location ~ (?<upload_form_uri>.*)/x-progress-id:(?<upload_id>\d*) {
218
location ~ ^/progress$ {
219
upload_progress_json_output;
220
report_uploads uploads;
221
-}
+}
0 commit comments