Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/templates/adblockplus.org.conf.erb

Issue 29490710: #2007 - Remove submitEmail endpoint from adblockplus nginx configuration (Closed)
Patch Set: Remove submitEmail endpoint and associated logrotation Created July 20, 2017, 4:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hiera/roles/web/adblockplus.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/templates/adblockplus.org.conf.erb
===================================================================
--- a/modules/web/templates/adblockplus.org.conf.erb
+++ b/modules/web/templates/adblockplus.org.conf.erb
@@ -309,12 +309,6 @@
{
try_files $uri @proxied;
}
-location /submitEmail
-{
- # https://issues.adblockplus.org/ticket/3204
- access_log /var/log/nginx/email_submission data;
- echo_read_request_body;
-}
location /verifyEmail
{
# Workaround for MS Outlook's behavior of re-encoding URLs;
« no previous file with comments | « hiera/roles/web/adblockplus.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld