diff --git a/duecrypt.conf b/duecrypt.conf new file mode 100644 index 0000000..2aecf74 --- /dev/null +++ b/duecrypt.conf @@ -0,0 +1,11 @@ +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; + } +}