reorganize ssl config ; default proxy config
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
server {
|
||||
listen 80;
|
||||
include get_auto_ssl.conf;
|
||||
include auto_ssl.conf;
|
||||
}
|
||||
|
||||
# Dieser Server ist der Zugang zur "Nginx config und wird im 2. Openresty Server genutzt"
|
||||
server {
|
||||
listen 8080;
|
||||
|
||||
set $host theiaconf;
|
||||
set $port 3000;
|
||||
set $proxy_host theiaconf;
|
||||
set $proxy_port 3000;
|
||||
include ldap.conf;
|
||||
#include secure.conf;
|
||||
include default_proxy.conf;
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include auto_ssl.conf;
|
||||
include ssl.conf;
|
||||
include ldap.conf;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user