Installs Mainsail, but buggy

This commit is contained in:
2024-08-06 13:48:45 -04:00
parent 475bc5df15
commit df8fdc37cc
10 changed files with 381 additions and 53 deletions

View File

@@ -0,0 +1,6 @@
# /etc/nginx/conf.d/common_vars.conf
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}