We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a49b39 commit 1c47720Copy full SHA for 1c47720
conf/nginx/conf.d/nginx.conf
@@ -4,6 +4,7 @@ server {
4
root /usr/share/nginx/html;
5
index index.php index.html;
6
location / {
7
+ try_files $uri $uri/ /index.php?$query_string;
8
}
9
error_page 500 502 503 504 /50x.html;
10
location = /50x.html {
0 commit comments