nginx/duecrypt.conf

11 lines
194 B
Text

server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name duecrypt.exozy.me;
include conf.d/ssl;
location / {
proxy_pass http://192.168.122.49;
}
}