ansible/roles/gitea/tasks/nginx.yaml

10 lines
180 B
YAML
Raw Permalink Normal View History

---
2019-11-25 00:50:21 +00:00
- name: configure nginx
template:
src: nginx.conf.j2
2020-09-21 03:44:45 +00:00
dest: "{{ nginx_conf_d_path }}/gitea.conf"
2019-11-25 00:50:21 +00:00
owner: root
group: root
mode: 0644
notify: reload nginx