浏览代码

Merge pull request #1807 from ucyang/pr/remove-tab

Remove unnecessary tabs
Nicolas Duchon 3 年之前
父节点
当前提交
d29a53dc1f
共有 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;