Elukey has submitted this change and it was merged.

Change subject: Move the httpd Proxy rules from stat1002 to localhost for Pivot
......................................................................


Move the httpd Proxy rules from stat1002 to localhost for Pivot

The Pivot nodejs service has been running on a screen session on stat1002
while the Analytics team was working on testing it. A regular daemon running
behind firejail is now running in localhost:9090.

Bug: T138262
Change-Id: Ie73bb7aa6daedff49190f5c81360bfef9f61066e
---
M modules/statistics/templates/pivot.wikimedia.org.erb
1 file changed, 2 insertions(+), 4 deletions(-)

Approvals:
  Elukey: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/statistics/templates/pivot.wikimedia.org.erb 
b/modules/statistics/templates/pivot.wikimedia.org.erb
index f3081f8..c1df67f 100644
--- a/modules/statistics/templates/pivot.wikimedia.org.erb
+++ b/modules/statistics/templates/pivot.wikimedia.org.erb
@@ -34,8 +34,6 @@
 
     LogLevel warn
 
-    # The nodejs service is temporary running on stat1002
-    # but it will be properly deployed and migrated.
-    ProxyPass / http://stat1002.eqiad.wmnet:9090/
-    ProxyPassReverse / http://stat1002.eqiad.wmnet:9090/
+    ProxyPass / http://localhost:9090/
+    ProxyPassReverse / http://localhost:9090/
 </VirtualHost>
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/315083
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie73bb7aa6daedff49190f5c81360bfef9f61066e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to