[nginx] Redirect over SSL as well
This commit is contained in:
parent
0a10a4487a
commit
8eec8c6127
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ server {
|
|||
# Redirect for oslo.pub
|
||||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
server_name oslo.pub *.oslo.pub;
|
||||
return 302 https://git.tazj.in/tazjin/pubkartet;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue