From 5fee7dae453d9ec5bdd98f8162a2cff1648706db Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 19 Oct 2022 18:15:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/usr/local/share/template-files/config/nginx/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs/usr/local/share/template-files/config/nginx/nginx.conf b/rootfs/usr/local/share/template-files/config/nginx/nginx.conf index 2eb074e..f3d79f7 100644 --- a/rootfs/usr/local/share/template-files/config/nginx/nginx.conf +++ b/rootfs/usr/local/share/template-files/config/nginx/nginx.conf @@ -23,7 +23,8 @@ http { map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { - listen 80 6800; + listen 80; + listen 6800; root /var/www/ariang; index index.html; proxy_intercept_errors off;