Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
d3320cbd
Commit
d3320cbd
authored
May 31, 2019
by
santiagomr
Committed by
santiagomr
Dec 13, 2019
Browse files
Disable the default site of apache and nginx
parent
ae408974
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/http_apache.yml
View file @
d3320cbd
...
...
@@ -54,3 +54,9 @@
src
:
/etc/apache2/sites-available/nc_{{ nextcloud_instance_name }}.conf
state
:
link
notify
:
reload http
-
name
:
"
[APACHE]
-
Disable
apache
default
site"
file
:
path
:
/etc/apache2/sites-enabled/000-default.conf
state
:
absent
notify
:
reload http
\ No newline at end of file
tasks/http_nginx.yml
View file @
d3320cbd
...
...
@@ -78,3 +78,9 @@
src
:
/etc/nginx/sites-available/nc_{{ nextcloud_instance_name }}.cnf
state
:
link
notify
:
reload http
-
name
:
"
[NGINX]
-
Disable
nginx
default
site"
file
:
path
:
/etc/nginx/sites-enabled/default
state
:
absent
notify
:
reload http
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment