mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-19 05:34:27 +05:00
feature: initial commit to add installer for Fluidd + rewrite nginx related stuff
This commit is contained in:
6
resources/common_vars_nginx.cfg
Normal file
6
resources/common_vars_nginx.cfg
Normal file
@@ -0,0 +1,6 @@
|
||||
# /etc/nginx/conf.d/common_vars.conf
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
Reference in New Issue
Block a user