diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-04-26T15·17+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-04-26T15·17+0200 |
commit | 4f13a9d30bb5c4e5caa69c91d0f11de249894c5e (patch) | |
tree | acacd8171aabdad7af56a1a134e342bdc6863c30 | |
parent | e514f9ecff7670fa5fd5f71ec483efd1060413a7 (diff) |
feat nginx: Redirect oslo.pub directly to the actual map
-rw-r--r-- | nginx/conf/http.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/conf/http.conf b/nginx/conf/http.conf index 404ebe38f67f..ad03bec1ba63 100644 --- a/nginx/conf/http.conf +++ b/nginx/conf/http.conf @@ -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 |