multiple config changes until 09/2021
This commit is contained in:
31
fet.at/telegram.conf
Normal file
31
fet.at/telegram.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
# -*-nginx-*-
|
||||
server {
|
||||
listen 80;
|
||||
server_name telegram.fet.at;
|
||||
|
||||
include snippets/letsencrypt.conf;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name telegram.fet.at;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/telegram.fet.at/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/telegram.fet.at/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/telegram.fet.at/chain.pem;
|
||||
include snippets/ssl.conf;
|
||||
|
||||
include snippets/header.conf;
|
||||
|
||||
location / {
|
||||
return 302 https://t.me/FETInfo;
|
||||
}
|
||||
|
||||
#location /LVA/LVAs {
|
||||
# proxy_pass http://proteus;
|
||||
# include snippets/proxy_header.conf;
|
||||
#
|
||||
# include snippets/ldap.conf;
|
||||
#}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user