Browse Source

IPV6: Correct formating for nginx.conf

asmcc 2 years ago
parent
commit
e0694e8c60
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/deb/nginx/nginx.conf

+ 2 - 0
src/deb/nginx/nginx.conf

@@ -92,7 +92,9 @@ http {
 
 
 	# Vhost
 	# Vhost
 	server {
 	server {
+		# prettier-ignore
 		#IPV4		listen				8083 ssl;
 		#IPV4		listen				8083 ssl;
+		# prettier-ignore
 		#IPV6		listen				[::]:8083 ssl;
 		#IPV6		listen				[::]:8083 ssl;
 		server_name         _;
 		server_name         _;
 		root                /usr/local/hestia/web;
 		root                /usr/local/hestia/web;