fix nginx config?

This commit is contained in:
Lee 2023-07-04 16:39:08 +01:00
parent 42ebafd67c
commit 57eda7d007

@ -1,4 +1,8 @@
html {
events {
worker_connections 4096;
}
http {
server {
server_name _;
listen 80;