This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-01-05 13:26:59 +01:00
|
|
|
server {
|
|
|
|
listen 443 ssl;
|
2021-01-09 15:23:04 +01:00
|
|
|
server_name DOMAIN;
|
2021-01-05 13:26:59 +01:00
|
|
|
|
|
|
|
location / {
|
|
|
|
proxy_set_header Connection "upgrade";
|
|
|
|
|
|
|
|
resolver 127.0.0.11;
|
|
|
|
proxy_pass http://portainer_app_1:9000;
|
|
|
|
}
|
|
|
|
}
|