🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-19 18:15:46 -04:00
parent 29b1862872
commit 5fee7dae45

View File

@@ -23,7 +23,8 @@ http {
map $http_upgrade $connection_upgrade { default upgrade; '' close; }
server {
listen 80 6800;
listen 80;
listen 6800;
root /var/www/ariang;
index index.html;
proxy_intercept_errors off;