🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-15 15:28:33 -04:00
parent f1986190b1
commit 93a953cc31
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ http {
map $http_upgrade $connection_upgrade { default upgrade; '' close; }
server {
listen SERVER_PORT;
listen REPLACE_SERVER_PORT;
root /usr/local/share/ariang;
index index.html;
proxy_intercept_errors off;