Browse Source

IPV6: Correct formating for nginx.conf prettier-ignore

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

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

@@ -91,10 +91,9 @@ http {
 	add_header                    X-XSS-Protection "1; mode=block";
 
 	# Vhost
+	# prettier-ignore
 	server {
-		# prettier-ignore
 		#IPV4		listen				8083 ssl;
-		# prettier-ignore
 		#IPV6		listen				[::]:8083 ssl;
 		server_name         _;
 		root                /usr/local/hestia/web;