fix: rename files to their correct name

This commit is contained in:
th33xitus
2021-01-21 10:28:04 +01:00
parent 598c106c3a
commit d098eef08e
3 changed files with 2 additions and 2 deletions

View File

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