Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauxil-Fox committed Nov 29, 2023
1 parent f1804a4 commit 77189c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server {
client_max_body_size 25M;

location / {
try_files $uri $uri/;
try_files $uri $uri/ =404;
}

location /css/ {
Expand Down

0 comments on commit 77189c3

Please sign in to comment.