From 12507e18929150de7e92a2e07b6f8fe684aaa8e4 Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 19 Oct 2022 18:16:45 -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 | 1 - 1 file changed, 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 f3d79f7..459f715 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,6 @@ http { map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { - listen 80; listen 6800; root /var/www/ariang; index index.html;