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
Mon, Dec 29, 08:51 (22 h, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3310107
Default Alt Text
D1800.diff (683 B)

Event Timeline