Update nginx.conf

This commit is contained in:
dragongoose 2023-12-13 14:46:16 +00:00
parent d63682b118
commit 703f957891

View File

@ -3,7 +3,7 @@ http {
include mime.types; include mime.types;
server { server {
listen 80; listen 8280;
access_log off; access_log off;
error_log off; error_log off;