| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 root /var/www/easylist; | 1 root /var/www/easylist; |
| 2 keepalive_timeout 0; | 2 keepalive_timeout 0; |
| 3 charset utf-8; | 3 charset utf-8; |
| 4 gzip_static on; | 4 gzip_static on; |
| 5 default_type text/plain; | 5 default_type text/plain; |
| 6 | 6 |
| 7 error_page 403 404 https://easylist.adblockplus.org/; | 7 error_page 403 404 https://easylist.adblockplus.org/; |
| 8 | |
| 9 # redirect server error pages to the static page /50x.html | |
| 10 # | |
| 11 error_page 500 502 503 504 /50x.html; | |
| 12 location = /50x.html { | |
| 13 root html; | |
| 14 } | |
| LEFT | RIGHT |