Page MenuHomeDevCentral

D1800.diff
No OneTemporary

D1800.diff

diff --git a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf
--- a/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf
+++ b/roles/webserver-legacy/nginx/files/vhosts/nasqueron.org/infra.conf
@@ -39,4 +39,15 @@
location = / {
return 302 https://infra.nasqueron.org/servers-log/;
}
+
+ location = /cd {
+ return 302 https://infra.nasqueron.org/cd/dashboard/;
+ }
+
+ location /cd/dashboard {
+ rewrite ^/cd/dashboard/?(.*)$ /$1 break;
+
+ proxy_pass http://equatower.nasqueron.org:24180;
+ include includes/proxy;
+ }
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 10:47 (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260029
Default Alt Text
D1800.diff (683 B)

Event Timeline