Skip to content

Commit e97b01e

Browse files
committed
Octane Swoole support/re-write
1 parent dbc945a commit e97b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ http {
9191

9292
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
9393
expires 5d;
94-
try_files $uri $uri/ /index.php?$query_string;
94+
try_files $uri $uri/ @octane;
9595
}
9696

9797
# Deny access to . files, for security

0 commit comments

Comments
 (0)