We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8d5de commit 6b3701dCopy full SHA for 6b3701d
1 file changed
config/nginx.conf
@@ -67,7 +67,8 @@ http {
67
}
68
69
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
70
- expires 5d;
+ expires 5d;
71
+ try_files $uri $uri/ /index.php?$query_string;
72
73
74
# Deny access to . files, for security
0 commit comments