diff options
| author | Luke Hoersten <[email protected]> | 2018-08-20 10:22:45 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2018-08-20 10:22:45 -0500 |
| commit | 90136b7be49f974d624dac4ee638d6176bf0d80b (patch) | |
| tree | c8322b10ffbc0fe450493ac6969c4b001c5b40bc /roles/nginx/handlers | |
| parent | 608c3aa2dd6a35d8fe434d60822314cc23bd4314 (diff) | |
Added nginx reverse proxy to pleroma.
Diffstat (limited to 'roles/nginx/handlers')
| -rw-r--r-- | roles/nginx/handlers/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/nginx/handlers/main.yaml b/roles/nginx/handlers/main.yaml new file mode 100644 index 0000000..ce43c17 --- /dev/null +++ b/roles/nginx/handlers/main.yaml @@ -0,0 +1,4 @@ +--- +- name: restart nginx + become: yes + systemd: name="nginx" state="restarted" daemon_reload="yes" |
