further portainer references
This commit is contained in:
@@ -19,28 +19,6 @@ server {
|
||||
proxy_redirect http:// https://;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name portainer.hvn.nz;
|
||||
access_log /var/log/nginx/portainer.access.log main;
|
||||
error_log /var/log/nginx/portainer.error.log notice;
|
||||
|
||||
location / {
|
||||
proxy_pass https://portainer:9443;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
||||
proxy_redirect http:// https://;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 80;
|
||||
server_name home.hvn.nz;
|
||||
|
||||
Reference in New Issue
Block a user