Browse Source

IPV6: Correct formating for nginx.conf prettier-ignore 3

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

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

@@ -91,8 +91,8 @@ http {
 	add_header                    X-XSS-Protection "1; mode=block";
 
 	# Vhost
-	# prettier-ignore
 	server {
+		# prettier-ignore
 		#IPV4		listen				8083 ssl;
 		#IPV6		listen				[::]:8083 ssl;
 		server_name         _;