Merge pull request #8540 from JakubOnderka/patch-2

nginx.https.conf.jinja template indention fix
This commit is contained in:
Daniel Jiang 2019-08-02 17:52:51 +08:00 committed by GitHub
commit bd32787813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,14 +136,15 @@ http {
proxy_buffering off;
proxy_request_buffering off;
}
location /service/notifications {
location /service/notifications {
return 404;
}
}
server {
listen 80;
#server_name harbordomain.com;
return 308 https://$host$request_uri;
server {
listen 80;
#server_name harbordomain.com;
return 308 https://$host$request_uri;
}
}