We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08ed6c commit 01737b5Copy full SHA for 01737b5
admin_manual/installation/nginx-root.conf.sample
@@ -132,7 +132,7 @@ server {
132
fastcgi_request_buffering off;
133
}
134
135
- location ~ \.(?:css|js|svg|gif)$ {
+ location ~ \.(?:css|js|svg|gif|png|jpg|ico)$ {
136
try_files $uri /index.php$request_uri;
137
expires 6M; # Cache-Control policy borrowed from `.htaccess`
138
access_log off; # Optional: Don't log access to assets
0 commit comments