Reload nginx as well

This commit is contained in:
Luke Murphy
2020-04-06 22:50:51 +02:00
parent acfa225902
commit 995d3a8829

View File

@ -60,3 +60,9 @@
owner: dokku
group: dokku
become: true
- name: Restart Nginx to set upload configuration
become: true
service:
name: nginx
state: restarted