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

Delta Between Two Patch Sets: modules/notificationserver/files/site.conf

Issue 5734493784637440: Issue 245 - Unify SSL configuration for all servers (Closed)
Left Patch Set: Created April 2, 2014, 2:05 p.m.
Right Patch Set: Converted Nagios site configuration and centralized error page configuration Created April 10, 2014, 6:40 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/notificationserver/files/logrotate ('k') | modules/notificationserver/manifests/init.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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;
LEFTRIGHT

Powered by Google App Engine
This is Rietveld