feat nginx: Redirect oslo.pub directly to the actual map
This commit is contained in:
parent
e514f9ecff
commit
4f13a9d30b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ server {
|
|||
listen 80;
|
||||
listen 443 ssl;
|
||||
server_name oslo.pub *.oslo.pub;
|
||||
return 302 https://git.tazj.in/tazjin/pubkartet;
|
||||
return 302 https://www.google.com/maps/d/viewer?mid=1pJIYY9cuEdt9DuMTbb4etBVq7hs;
|
||||
}
|
||||
|
||||
# Gogs web interface
|
||||
|
|
Loading…
Reference in a new issue