fix: web port change to 80, 443

This commit is contained in:
2023-11-09 18:08:06 +08:00
parent f12014a8c3
commit c41ee26a2f
3 changed files with 96 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 4443 ssl;
listen [::]:4443 ssl;
server_name 0.0.0.0;
root /usr/local/omc/htdocs/front/;
index index.html index.htm;