rework config and include error

This commit is contained in:
2021-12-04 14:26:02 +01:00
parent 2c9bc9d129
commit a40e645c24
4 changed files with 19 additions and 51 deletions

View File

@@ -5,21 +5,6 @@ server {
return 302 https://$host$request_uri;
}
}
server {
listen 443 ssl;
server_name nginx.triton20.fet.at;
include ldap.conf;
include ssl.conf;
resolver 127.0.0.11 valid=30s;
set $theia theiaconf;
location / {
include proxy.conf;
proxy_buffering off;
proxy_pass http://$theia:3000;
}
}
server {
listen 443 ssl default_server;