system-config/container-config/nginx-home/xmr

11 lines
250 B
Text

server {
server_name xmr.strypsteen.com;
listen 443 ssl;
listen [::]:443 ssl;
include snippets/headers.conf;
location / {
set $upstream home.server.home.arpa;
proxy_pass http://$upstream:8012;
include snippets/proxy.conf;
}
}