mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update enable.yml
This commit is contained in:
parent
30379d9cd3
commit
c6e674c87b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
state: stopped
|
||||
when: not gitea_enabled
|
||||
|
||||
# Configure Apache
|
||||
# Apache
|
||||
|
||||
- name: Remove softlink /etc/apache2/sites-enabled/gitea.conf
|
||||
file:
|
||||
|
@ -41,7 +41,7 @@
|
|||
state: restarted
|
||||
when: not nginx_enabled
|
||||
|
||||
# Configure NGINX
|
||||
# NGINX
|
||||
|
||||
- name: Remove {{ nginx_config_dir }}/gitea-nginx.conf
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue