Skip to content

Commit

Permalink
fixed files in subfolder loading
Browse files Browse the repository at this point in the history
  • Loading branch information
davvi committed Nov 16, 2023
1 parent e38d20e commit ea5d8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ server {
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ =404;
}

# proxy the PHP scripts to Apache listening on 127.0.0.1:80
Expand Down

0 comments on commit ea5d8cc

Please sign in to comment.