Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: T103907: restrict further passed URLs
......................................................................


T103907: restrict further passed URLs

Change-Id: I11eba6ba4fbf50f996af4daf2ba834733227ff82
---
M modules/wdqs/templates/nginx.erb
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/wdqs/templates/nginx.erb b/modules/wdqs/templates/nginx.erb
index 11f805b..1aedce1 100644
--- a/modules/wdqs/templates/nginx.erb
+++ b/modules/wdqs/templates/nginx.erb
@@ -27,7 +27,7 @@
         access_log   off;
     }
 
-    location /bigdata {
+    location /bigdata/namespace/wdq/sparql {
         proxy_pass http://localhost:9999;
 
         proxy_set_header Host $http_host;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I11eba6ba4fbf50f996af4daf2ba834733227ff82
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Smalyshev <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to