浏览代码

Remove unnecessary tabs

Unchun Yang 3 年之前
父节点
当前提交
0780e636f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nginx.tmpl

+ 2 - 2
nginx.tmpl

@@ -266,7 +266,7 @@ server {
 	listen [::]:{{ $external_http_port }} {{ $default_server }};
 	{{ end }}
 	{{ $access_log }}
-	
+
 	# Do not HTTPS redirect Let'sEncrypt ACME challenge
 	location ^~ /.well-known/acme-challenge/ {
 		auth_basic off;
@@ -276,7 +276,7 @@ server {
 		try_files $uri =404;
 		break;
 	}
-	
+
 	location / {
 		{{ if eq $external_https_port "443" }}
 		return 301 https://$host$request_uri;