Browse Source

Merge remote-tracking branch 'upstream/main' into ipv6

asmcc 2 years ago
parent
commit
10c6fb4ebe
2 changed files with 5 additions and 5 deletions
  1. 2 2
      .prettierignore
  2. 3 3
      src/deb/nginx/nginx.conf

+ 2 - 2
.prettierignore

@@ -24,8 +24,8 @@
 web/templates/
 
 # Hestia Nginx.conf
-/scr/deb/nginx/nginx.conf
-/scr/rpm/nginx/nginx.conf
+/src/deb/nginx/nginx.conf
+/src/rpm/nginx/nginx.conf
 
 # Email templates
 /install/common/templates/email/

+ 3 - 3
src/deb/nginx/nginx.conf

@@ -92,8 +92,8 @@ http {
 
 	# Vhost
 	server {
-		#IPV4		listen				8083 ssl;
-		#IPV6		listen				[::]:8083 ssl;
+#IPV4		listen				8083 ssl;
+#IPV6		listen				[::]:8083 ssl;
 		server_name         _;
 		root                /usr/local/hestia/web;
 		# Fix error "The plain HTTP request was sent to HTTPS port"
@@ -147,4 +147,4 @@ http {
 			break                    ;
 		}
 	}
-}
+}