Corrections adresses mail
This commit is contained in:
parent
b8a04561fa
commit
db60ca2804
3 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
reverse_proxy_SSLProtocol: "all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1"
|
||||
reverse_proxy_SSLCipherSuite: "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
|
||||
reverse_proxy_default_serveradmin_email: olivier+admin@navas.rocks
|
||||
reverse_proxy_default_website: https://libretic.fr
|
||||
reverse_proxy_default_issue_url: https://libretic.fr/contact
|
||||
reverse_proxy_default_website: https://www.libretic.fr
|
||||
reverse_proxy_default_issue_url: https://www.libretic.fr/contact
|
||||
|
|
|
@ -201,6 +201,10 @@ SecCookieFormat 0
|
|||
<Location />
|
||||
Use $accessPolicy
|
||||
</Location>
|
||||
# On autorise quand même l'accès a .well-known pour letsencrypt
|
||||
<Location /.well-known>
|
||||
Use OpenAccessPolicy
|
||||
</Location>
|
||||
ProxyRequests Off
|
||||
ProxyVia Off
|
||||
ProxyPreserveHost On
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[DEFAULT]
|
||||
ignoreip = 127.0.0.1/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
|
||||
|
||||
destemail = olivier+fail2ban@navas.rocks
|
||||
destemail = {{ reverse_proxy_default_serveradmin_email }}
|
||||
banaction = nftables-multiport
|
||||
banaction_allports = nftables-allports
|
||||
action = %(action_mwl)s
|
||||
|
|
Loading…
Reference in a new issue