Giuseppe Lavagetto has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/355096 )

Change subject: profile::nginx::tlsproxy: brown paper bag fix
......................................................................


profile::nginx::tlsproxy: brown paper bag fix

Change-Id: I900201b7c6705ddd8b9d028da97edfe999760ce1
---
M modules/profile/templates/etcd/tls_proxy.conf.erb
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/profile/templates/etcd/tls_proxy.conf.erb 
b/modules/profile/templates/etcd/tls_proxy.conf.erb
index bb7ed1c..6907e3f 100644
--- a/modules/profile/templates/etcd/tls_proxy.conf.erb
+++ b/modules/profile/templates/etcd/tls_proxy.conf.erb
@@ -27,9 +27,9 @@
     }
     <%- if @read_only %>
 
-    error_page 403 /readonly.json
+    error_page 403 /readonly.json;
 
-    location /401.json {
+    location /readonly.json {
        root /etc/nginx/etcd-errors;
        internal;
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I900201b7c6705ddd8b9d028da97edfe999760ce1
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[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