1
0
Fork 0
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:
A Holt 2019-09-04 22:01:56 -04:00 committed by GitHub
parent 0535e76cbd
commit 663227553d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,10 @@ Alias {{ nextcloud_url }} {{ nextcloud_prefix }}/nextcloud
<IfModule mod_authz_core.c>
# Apache 2.4
# 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 %}
# PERMIT ACCESS FROM ALL IPv4 ADDRESSES:
Require all granted