🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-19 18:15:46 -04:00
parent 29b1862872
commit 5fee7dae45
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

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