mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 00:57:44 +01:00
nginx.https.conf.jinja template indention fix
Signed-off-by: Jakub Onderka <jakub.onderka@gmail.com>
This commit is contained in:
parent
41df8f0fcd
commit
53b5dcfece
@ -137,13 +137,14 @@ http {
|
|||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /service/notifications {
|
location /service/notifications {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
|
||||||
listen 80;
|
server {
|
||||||
#server_name harbordomain.com;
|
listen 80;
|
||||||
return 308 https://$host$request_uri;
|
#server_name harbordomain.com;
|
||||||
|
return 308 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user