mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Continued pruning of nextcloud.conf
This commit is contained in:
parent
0535e76cbd
commit
663227553d
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ Alias {{ nextcloud_url }} {{ nextcloud_prefix }}/nextcloud
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
# Apache 2.4
|
# Apache 2.4
|
||||||
# http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html
|
# http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html
|
||||||
Require host localhost
|
|
||||||
|
# 2019-09-04 commenting out towards future removal
|
||||||
|
#Require host localhost
|
||||||
|
|
||||||
{% if nextcloud_allow_public_ips %}
|
{% if nextcloud_allow_public_ips %}
|
||||||
# PERMIT ACCESS FROM ALL IPv4 ADDRESSES:
|
# PERMIT ACCESS FROM ALL IPv4 ADDRESSES:
|
||||||
Require all granted
|
Require all granted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue