Initial Config

This commit is contained in:
root
2022-08-14 07:35:33 +00:00
commit 8ad23b1307
18 changed files with 404 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 443 ssl;
include ssl.conf;
server_name facebook.fet.at;
return 302 https://www.facebook.com/FachschaftET/;
}