Skip to content

Commit 1c47720

Browse files
committed
Nignx conf modified
1 parent 7a49b39 commit 1c47720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/nginx/conf.d/nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ server {
44
root /usr/share/nginx/html;
55
index index.php index.html;
66
location / {
7+
try_files $uri $uri/ /index.php?$query_string;
78
}
89
error_page 500 502 503 504 /50x.html;
910
location = /50x.html {

0 commit comments

Comments
 (0)