diff --git a/dicos/90_nineschool.xml b/dicos/90_nineschool.xml index 219814c..6c4e0a3 100644 --- a/dicos/90_nineschool.xml +++ b/dicos/90_nineschool.xml @@ -2,6 +2,7 @@ + @@ -22,7 +23,7 @@ - + oui @@ -76,9 +77,21 @@ non nineschool + nineschool_nginx nineschool + + + non + nineschool_nginx + + + + + oui + nineboard_nginx + @@ -108,6 +121,7 @@ nineschool_dbpass nineschool + nineschool_nginx nineschool diff --git a/tmpl/nineschool-nginx.conf b/tmpl/nineschool-nginx.conf new file mode 100644 index 0000000..4860252 --- /dev/null +++ b/tmpl/nineschool-nginx.conf @@ -0,0 +1,6 @@ + location /wssnineschool { + proxy_pass https://%%container_ip_web; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + } \ No newline at end of file