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 12:26:59 +00:00
|
|
|
server {
|
|
|
|
listen 443 ssl;
|
2021-01-09 14:23:04 +00:00
|
|
|
server_name DOMAIN;
|
2021-01-05 12:26:59 +00:00
|
|
|
|
|
|
|
location / {
|
|
|
|
proxy_set_header Connection "upgrade";
|
|
|
|
|
|
|
|
resolver 127.0.0.11;
|
|
|
|
proxy_pass http://portainer_app_1:9000;
|
|
|
|
}
|
|
|
|
}
|