8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
server {
|
|
listen 443 ssl;
|
|
server_name portainer.luna.fet.at;
|
|
set $proxy_host portainer;
|
|
set $proxy_port 9000;
|
|
include ssl.conf;
|
|
include internal_proxy.conf;
|
|
} |