mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Comment Readability
This commit is contained in:
parent
5c4f29595b
commit
fa655bebed
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Alias {{ nextcloud_url }} {{ nextcloud_prefix }}/nextcloud
|
||||||
Require host localhost
|
Require host localhost
|
||||||
# PERMIT ACCESS FROM ALL IPv4 ADDRESSES:
|
# PERMIT ACCESS FROM ALL IPv4 ADDRESSES:
|
||||||
Require all granted
|
Require all granted
|
||||||
# WANT BASIC SECURITY BASED ON IPv4 ADDRESSES? THEN USE THIS LINE INSTEAD:
|
# WANT BASIC SECURITY BASED ON IPv4 ADDRESSES? THEN USE THIS LINE INSTEAD:
|
||||||
#Require ip 127.0.0.1 172.18.96.1/255.255.224.0 192.168 10
|
#Require ip 127.0.0.1 172.18.96.1/255.255.224.0 192.168 10
|
||||||
# AVOID THIS LINE WHICH CAUSES PROBLEMS IN SCHOOLS WITH 192.168.1.x etc:
|
# AVOID THIS LINE WHICH CAUSES PROBLEMS IN SCHOOLS WITH 192.168.1.x etc:
|
||||||
#Require ip 127.0.0.1 {{ lan_ip }}/{{ lan_netmask }} {{ nextcloud_required_ip }} {{ openvpn_server_virtual_ip }}/255.255.255.0
|
#Require ip 127.0.0.1 {{ lan_ip }}/{{ lan_netmask }} {{ nextcloud_required_ip }} {{ openvpn_server_virtual_ip }}/255.255.255.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue