Remove mccarthyism.conf

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

View file

@ -1,15 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name game.exozy.me;
include conf.d/ssl;
location / {
proxy_pass http://localhost:1950;
}
location /socket.io/ {
proxy_pass http://localhost:1951;
}
}