Skip to content

Commit

Permalink
fix nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
flameshikari committed Jul 23, 2024
1 parent 35a3c4d commit 82b88b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ http {
index index.php index.html;
location / {
try_files $uri $uri/ $uri.html /index.php?q=$uri&$args;
try_files $uri $uri/ $uri.html;
}
error_page 500 502 503 504 /50x.html;
Expand Down

0 comments on commit 82b88b6

Please sign in to comment.