mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add vpn to apache config for vpn
This commit is contained in:
parent
8c2486ef89
commit
f1c498e639
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Alias {{ nextcloud_url }} {{ nextcloud_prefix }}/nextcloud
|
|||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require host localhost
|
||||
Require ip 127.0.0.1 {{ lan_ip }}/{{ lan_netmask }} {{ nextcloud_required_ip }}
|
||||
Require ip 127.0.0.1 {{ lan_ip }}/{{ lan_netmask }} {{ nextcloud_required_ip }} {{ openvpn_server_virtual_ip }}/255/255/255/0
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue