modify nginx conf

This commit is contained in:
liangping 2021-08-27 13:41:50 +08:00
parent 236260ba74
commit 638c9072e7

View File

@ -1,12 +1,3 @@
; server {
; listen 80;
; server_name _;
; root /var/www/html;
; location / {
; try_files $uri $uri/ /index.html;
; }
; }
server {
listen 80;
listen [::]:80;