summaryrefslogtreecommitdiffstats
path: root/roles/common-web/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-15 22:54:56 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:26 +0200
commit540779286a899dee846784a8ffd0fdab756ac1e3 (patch)
tree74aa5483d2e9215306f32d1425a539ecad36ab96 /roles/common-web/handlers
parentfaee1bbc276b63a81f3b81eae0f02bcaffabca6d (diff)
Common web configuration.
Diffstat (limited to 'roles/common-web/handlers')
-rw-r--r--roles/common-web/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common-web/handlers/main.yml b/roles/common-web/handlers/main.yml
new file mode 100644
index 0000000..159596e
--- /dev/null
+++ b/roles/common-web/handlers/main.yml
@@ -0,0 +1,3 @@
+---
+- name: Restart Nginx
+ service: name=nginx state=restarted