Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749058
D2837.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
737 B
Referenced Files
None
Subscribers
None
D2837.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 12:31 (22 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249366
Default Alt Text
D2837.diff (737 B)
Attached To
Mode
D2837: Update tommy_cd back-end URL
Attached
Detach File
Event Timeline
Log In to Comment