feat nginx: Redirect oslo.pub directly to the actual map

This commit is contained in:
Vincent Ambo 2017-04-26 17:17:24 +02:00
parent e514f9ecff
commit 4f13a9d30b

View file

@ -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