Skip to content

Commit ed7d079

Browse files
authored
Update nginx.conf
1 parent cf4a288 commit ed7d079

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.docker/config/nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ server {
66
access_log /var/log/nginx/access.log;
77
root /www/public;
88

9+
location / {
10+
try_files $uri $uri/ /index.php?$query_string;
11+
}
12+
913
location ~ \.php$ {
1014
try_files $uri =404;
1115
fastcgi_split_path_info ^(.+\.php)(/.+)$;

0 commit comments

Comments
 (0)