| Index: modules/web/templates/adblockplus.org.conf.erb | 
| =================================================================== | 
| --- a/modules/web/templates/adblockplus.org.conf.erb | 
| +++ b/modules/web/templates/adblockplus.org.conf.erb | 
| @@ -173,27 +173,30 @@ location /redirect | 
| } | 
| if ($link = "share") | 
| { | 
| rewrite ^ https://share.adblockplus.org/$lang/? redirect; | 
| } | 
| rewrite ^ /$lang/$link$anchor? redirect; | 
| } | 
|  | 
| -location /devbuilds | 
| -{ | 
| -  rewrite ^(.*) https://downloads.adblockplus.org$1; | 
| -} | 
| - | 
| # Locations still served by the legacy server | 
|  | 
| location ~ ^(/blog|/releases|/development-builds|/atom|/rss|/category|/section|/author|/file_download|/textpattern|/default-static|/_override-static)($|/) | 
| { | 
| try_files $uri @proxied; | 
| } | 
| +location /devbuilds | 
| +{ | 
| +  try_files $uri @proxied; | 
| +} | 
| +location /submitEmail | 
| +{ | 
| +  try_files $uri @proxied; | 
| +} | 
| location /forum | 
| { | 
| try_files $uri @proxied; | 
| } | 
| location /subscriptions.xml | 
| { | 
| try_files $uri @proxied; | 
| } | 
|  |