Page MenuHomeDevCentral

D2837.diff
No OneTemporary

D2837.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
@@ -14,6 +14,10 @@
# and will be lost if the state is redeployed.
# </auto-generated>
+upstream tommy_cd {
+ server 172.27.27.5:24180;
+}
+
server {
listen 80;
listen [::]:80;
@@ -53,7 +57,7 @@
location /cd/dashboard {
rewrite ^/cd/dashboard/?(.*)$ /$1 break;
- proxy_pass http://docker-001.nasqueron.org:24180;
+ proxy_pass http://tommy_cd;
include includes/proxy;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Oct 1, 07:44 (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2168009
Default Alt Text
D2837.diff (737 B)

Event Timeline