test ++
This commit is contained in:
parent
68a5e5e82e
commit
7e9b720de8
2 changed files with 1 additions and 14 deletions
|
@ -297,7 +297,7 @@ server {
|
|||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
return 503;
|
||||
return 503 "i hate nginx";
|
||||
|
||||
{{- if (and (exists "/etc/nginx/certs/default.crt") (exists "/etc/nginx/certs/default.key")) }}
|
||||
listen {{ $globals.external_https_port }} ssl http2;
|
||||
|
|
Reference in a new issue