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

Side by Side Diff: modules/notificationserver/files/site.conf

Issue 6380170118168576: Issue 2277 - Use the new notification.json handler (Closed)
Patch Set: Created April 12, 2015, 11:02 p.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
1 keepalive_timeout 0;
2
1 location /.hg 3 location /.hg
2 { 4 {
3 internal; 5 internal;
4 } 6 }
5 7
6 keepalive_timeout 0; 8 location /notification.json
7 root /var/www/notification; 9 {
10 fastcgi_pass unix:/tmp/multiplexer-fastcgi.sock;
11 include /etc/nginx/fastcgi_params;
12 fastcgi_cache notification;
13 fastcgi_cache_key $group;
14 fastcgi_cache_valid any 1m;
15 }
OLDNEW
« no previous file with comments | « no previous file | modules/notificationserver/files/sitescripts.ini » ('j') | modules/notificationserver/manifests/init.pp » ('J')

Powered by Google App Engine
This is Rietveld