[nginx] Add oslo.pub redirect
This commit is contained in:
parent
47ddea2632
commit
0a10a4487a
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ server {
|
|||
return 200 "$remote_addr\n";
|
||||
}
|
||||
|
||||
# Redirect for oslo.pub
|
||||
server {
|
||||
listen 80;
|
||||
server_name oslo.pub *.oslo.pub;
|
||||
return 302 https://git.tazj.in/tazjin/pubkartet;
|
||||
}
|
||||
|
||||
# TazBlog
|
||||
server {
|
||||
listen 443 ssl http2 default_server;
|
||||
|
|
Loading…
Reference in a new issue