fix nginx config?

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

@ -1,3 +1,4 @@
html {
server {
server_name _;
listen 80;
@ -48,3 +49,4 @@ server {
try_files $uri $uri/;
}
}
}