Initial Config
This commit is contained in:
10
conf.d/fet.at/default.conf
Normal file
10
conf.d/fet.at/default.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name fet.at;
|
||||
include ssl.conf;
|
||||
|
||||
set $proxy_host triton20;
|
||||
set $proxy_port 8080;
|
||||
|
||||
include default_proxy.conf;
|
||||
}
|
||||
8
conf.d/fet.at/discord.conf
Normal file
8
conf.d/fet.at/discord.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name discord.fet.at;
|
||||
return 302 https://discord.gg/7qRuuMA;
|
||||
}
|
||||
|
||||
11
conf.d/fet.at/docker.conf
Normal file
11
conf.d/fet.at/docker.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name docker.fet.at;
|
||||
set $proxy_host triton20;
|
||||
set $proxy_port 5000;
|
||||
|
||||
include default_proxy.conf;
|
||||
}
|
||||
|
||||
8
conf.d/fet.at/facebook.conf
Normal file
8
conf.d/fet.at/facebook.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name facebook.fet.at;
|
||||
return 302 https://www.facebook.com/FachschaftET/;
|
||||
}
|
||||
|
||||
14
conf.d/fet.at/git.conf
Normal file
14
conf.d/fet.at/git.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name git.fet.at;
|
||||
set $proxy_host zyklon;
|
||||
set $proxy_port 3000;
|
||||
location / {
|
||||
include proxy.conf;
|
||||
# add_header Content-Security-Policy "default-src 'none'; img-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'self'; connect-src 'self'; frame-ancestors 'none'";
|
||||
proxy_pass http://zyklon:3000;
|
||||
}
|
||||
}
|
||||
|
||||
61
conf.d/fet.at/horde.conf.txt
Normal file
61
conf.d/fet.at/horde.conf.txt
Normal file
@@ -0,0 +1,61 @@
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name fet.htu.tuwien.ac.at;
|
||||
location / {
|
||||
return 302 https://mail.fet.at$request_uri;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name mail.fet.at www.mail.fet.at;
|
||||
|
||||
# add_header "Strict-Transport-Security max-age=63072000; includeSubdomains; preload" always;
|
||||
|
||||
location / {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
location /mail5/ {
|
||||
# include proxy.conf;
|
||||
# include secure.conf;
|
||||
proxy_pass http://192.168.249.4/;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header Host horde.fet.htu.tuwien.ac.at;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
}
|
||||
|
||||
location /mail3/ {
|
||||
include proxy.conf;
|
||||
include secure.conf;
|
||||
proxy_pass http://192.168.249.4/;
|
||||
proxy_set_header Host squirrelmail.fet.htu.tuwien.ac.at;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
location /images/ {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
location = /mail {
|
||||
return 301 https://$host;
|
||||
}
|
||||
|
||||
location /mail/ {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
11
conf.d/fet.at/infoscreen.conf
Normal file
11
conf.d/fet.at/infoscreen.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name infoscreen.fet.at;
|
||||
set $proxy_host proteus;
|
||||
set $proxy_port 80;
|
||||
|
||||
include default_proxy.conf;
|
||||
}
|
||||
|
||||
8
conf.d/fet.at/instagram.conf
Normal file
8
conf.d/fet.at/instagram.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name instagram.fet.at;
|
||||
return 302 https://www.instagram.com/fet_tuwien;
|
||||
}
|
||||
|
||||
11
conf.d/fet.at/instagram.fet.at
Normal file
11
conf.d/fet.at/instagram.fet.at
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name instagram.fet.at;
|
||||
|
||||
location / {
|
||||
return 302 https://www.instagram.com/fet_tuwien/;
|
||||
}
|
||||
}
|
||||
|
||||
11
conf.d/fet.at/jenkins.conf
Normal file
11
conf.d/fet.at/jenkins.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name jenkins.fet.at;
|
||||
set $proxy_host triton20;
|
||||
set $proxy_port 49155;
|
||||
|
||||
include default_proxy.conf;
|
||||
}
|
||||
|
||||
61
conf.d/fet.at/mail.conf
Normal file
61
conf.d/fet.at/mail.conf
Normal file
@@ -0,0 +1,61 @@
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name fet.htu.tuwien.ac.at;
|
||||
location / {
|
||||
return 302 https://mail.fet.at$request_uri;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name mail.fet.at www.mail.fet.at;
|
||||
|
||||
# add_header "Strict-Transport-Security max-age=63072000; includeSubdomains; preload" always;
|
||||
|
||||
location / {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
location /mail5/ {
|
||||
# include proxy.conf;
|
||||
# include secure.conf;
|
||||
proxy_pass http://192.168.249.4/;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header Host horde.fet.htu.tuwien.ac.at;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
}
|
||||
|
||||
location /mail3/ {
|
||||
include proxy.conf;
|
||||
include secure.conf;
|
||||
proxy_pass http://192.168.249.4/;
|
||||
proxy_set_header Host squirrelmail.fet.htu.tuwien.ac.at;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
location /images/ {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
location = /mail {
|
||||
return 301 https://$host;
|
||||
}
|
||||
|
||||
location /mail/ {
|
||||
include secure.conf;
|
||||
root /var/www/mail;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
8
conf.d/fet.at/telegram.conf
Normal file
8
conf.d/fet.at/telegram.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name telegram.fet.at;
|
||||
return 302 https://t.me/FETInfo;
|
||||
}
|
||||
|
||||
11
conf.d/fet.at/ticket.conf
Normal file
11
conf.d/fet.at/ticket.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name ticket.fet.at;
|
||||
set $proxy_host proteus;
|
||||
set $proxy_port 80;
|
||||
|
||||
include default_proxy.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user