Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 # redirect server error pages to the static page /50x.html | 1 location /.hg |
2 # | 2 { |
3 error_page 500 502 503 504 /50x.html; | |
Felix Dahlke
2014/04/09 18:13:25
While we're at it, can we normalise white space he
| |
4 location = /50x.html { | |
5 root html; | |
6 } | |
7 | |
8 location /.hg { | |
9 internal; | 3 internal; |
10 } | 4 } |
11 | 5 |
12 keepalive_timeout 0; | 6 keepalive_timeout 0; |
13 root /var/www/notification; | 7 root /var/www/notification; |
LEFT | RIGHT |