* Fixing server name for freechat

- Removing pointless single website push playbook
This commit is contained in:
shockrah
2021-12-16 13:33:10 -08:00
parent 8c318157e3
commit 962885470b
2 changed files with 1 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
server {
root /var/www/freechat;
index index.html;
server_name athens-freechat.shockrah.xyz;
server_name freechat.shockrah.xyz;
location / {
try_files $uri $uri/ =404;