We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc945a commit e97b01eCopy full SHA for e97b01e
1 file changed
config/nginx.conf
@@ -91,7 +91,7 @@ http {
91
92
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
93
expires 5d;
94
- try_files $uri $uri/ /index.php?$query_string;
+ try_files $uri $uri/ @octane;
95
}
96
97
# Deny access to . files, for security
0 commit comments