Remove duecrypt.conf

This commit is contained in:
Anthony Wang 2022-02-26 21:31:27 -06:00
parent 1ac0bc3af6
commit 4f30e46c01
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,11 +0,0 @@
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;
}
}