🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-16 03:50:28 -04:00
parent 56dc16526e
commit 17ecc1cf5f
2 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ http {
keepalive_timeout 65;
gzip on;
map $http_upgrade $connection_upgrade { default upgrade; '' close; }
disable_symlinks off;
server {
listen REPLACE_SERVER_PORT;