fachschaften test
This commit is contained in:
17
default.conf
17
default.conf
@@ -6,6 +6,20 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name test.nginx.fet.at;
|
||||
include auto_ssl.conf;
|
||||
location / {
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name test.nginx.fet.at;
|
||||
include ldap.conf;
|
||||
include ssl.conf;}
|
||||
|
||||
server {
|
||||
listen 443 ssl default_server;
|
||||
server_name kistl.htu.tuwien.ac.at;
|
||||
@@ -53,4 +67,5 @@ server {
|
||||
|
||||
include /etc/nginx/conf.d/fet.at/*.conf;
|
||||
include /etc/nginx/conf.d/dev/*.conf;
|
||||
include /etc/nginx/conf.d/andis/*.at;
|
||||
include /etc/nginx/conf.d/andis/*.at;
|
||||
include /etc/nginx/conf.d/fachschaften.at/*.at;
|
||||
|
||||
Reference in New Issue
Block a user