fix nginx config?

This commit is contained in:
Lee 2023-07-04 16:37:53 +01:00
parent 1ecffc13b3
commit 42ebafd67c

@ -1,4 +1,5 @@
server { html {
server {
server_name _; server_name _;
listen 80; listen 80;
@ -47,4 +48,5 @@ server {
# Serve the file directly from disk # Serve the file directly from disk
try_files $uri $uri/; try_files $uri $uri/;
} }
}
} }