We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462147f commit 8fc9bfcCopy full SHA for 8fc9bfc
templates/presets/laravel.conf.tmpl
@@ -15,6 +15,11 @@ location / {
15
try_files $uri /{{ $index }}?$args;
16
}
17
18
+ location ~ ^/flux/flux(\.min)?\.(js|css)$ {
19
+ expires off;
20
+ try_files $uri /{{ $index }}?$args;
21
+ }
22
+
23
location ~* ^.+\.(?:{{ $static }})$ {
24
access_log {{ getenv "NGINX_STATIC_ACCESS_LOG" "off" }};
25
tcp_nodelay {{ getenv "NGINX_STATIC_TCP_NODELAY" "off" }};
0 commit comments