diff --git a/conf/httpd.conf b/conf/httpd.conf index 9419f2d..949fe5f 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -1 +1 @@ -# LoadModule authnz_pam_module modules/mod_authnz_pam.so \ No newline at end of file +LoadModule authnz_pam_module modules/mod_authnz_pam.so \ No newline at end of file diff --git a/conf/ssl.conf b/conf/ssl.conf index af88040..f79e2df 100644 --- a/conf/ssl.conf +++ b/conf/ssl.conf @@ -57,3 +57,9 @@ Listen 443 https + +# redirect para https + + ServerName 10.60.0.1 + Redirect permanent / https://10.60.0.1/ + diff --git a/conf/vpn.conf b/conf/vpn.conf index 27b9393..15b91ab 100644 --- a/conf/vpn.conf +++ b/conf/vpn.conf @@ -3,16 +3,16 @@ port 1194 proto udp dev tun +verb 4 + # Bro is too honorable ca /etc/openvpn/server/ca.crt cert /etc/openvpn/server/vpn.crt key /etc/openvpn/server/vpn.key dh /etc/openvpn/server/dh2048.pem -server 10.8.0.0 255.255.255.0 -verb 4 - topology subnet +server 10.8.0.0 255.255.255.0 push "route 10.60.0.0 255.255.255.0" # OCSP and Revocation