diff --git a/mccarthyism.conf b/mccarthyism.conf deleted file mode 100644 index 517f28c..0000000 --- a/mccarthyism.conf +++ /dev/null @@ -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; - } -}