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

Side by Side Diff: modules/filterserver/files/inc.easylist-downloads

Issue 10642004: Simplify filter download server configuration (Closed)
Patch Set: Created May 22, 2013, 8:16 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 access_log /var/log/nginx/access_log_easylist_downloads main;
2 keepalive_timeout 0;
3 root /var/www/easylist;
4
5 location / {
6 rewrite .* https://easylist.adblockplus.org/ redirect;
7 }
8
9 location /COPYING {
10 charset utf-8;
11 gzip_static on;
12 default_type text/plain;
13 }
14
15 location ~ \.(txt|tpl)$ {
16 charset utf-8;
17 gzip_static on;
18 default_type text/plain;
19 }
20
21 # redirect server error pages to the static page /50x.html
22 #
23 error_page 500 502 503 504 /50x.html;
24 location = /50x.html {
25 root html;
26 }
OLDNEW
« no previous file with comments | « modules/filterserver/files/easylist-downloads.adblockplus.org ('k') | modules/filterserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld