🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-09 22:55:40 -05:00
parent 1e3942498a
commit a40b952f04
33 changed files with 1563 additions and 490 deletions

View File

@@ -23,8 +23,8 @@ http {
map $http_upgrade $connection_upgrade { default upgrade; '' close; }
server {
listen 6800;
root /var/www/ariang;
listen SERVER_PORT;
root /usr/local/share/ariang;
index index.html;
proxy_intercept_errors off;
add_header X-Frame-Options "SAMEORIGIN" always;