Page MenuHomeDevCentral

D1800.id4563.diff
No OneTemporary

D1800.id4563.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
Fri, Jan 24, 08:57 (3 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2374324
Default Alt Text
D1800.id4563.diff (683 B)

Event Timeline