Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: skfe/sys/nginx_monit

Issue 819473004: Set up the nginx servers for handling *.skia.org traffic. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # A monit file for nginx running on an skfe.
2 #
3 check process nginx with pidfile /var/run/nginx.pid
4 start program = "/etc/init.d/nginx start"
5 stop program = "/etc/init.d/nginx stop"
6 depends on nginx_init
7 depends on nginx_sites_available
8
9 check file nginx_init
10 with path /etc/init.d/nginx
11 if changed timestamp then restart
12
13 check file nginx_sites_available
14 with path /etc/nginx/sites-available/skia_org
15 if changed timestamp then restart
OLDNEW
« no previous file with comments | « skfe/build_release ('k') | skfe/sys/skia_org » ('j') | skfe/sys/skia_org » ('J')

Powered by Google App Engine
This is Rietveld 408576698