Skip to content

Instantly share code, notes, and snippets.

@anoureldin
anoureldin / apache2 with Odoo
Last active August 11, 2022 20:59 — forked from syci/odoo.conf
Apache2 Odoo Config
<VirtualHost *:443>
ServerAdmin webmaster@example.com
ServerName odoo.example.com
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/ssl/wildcard.example.com/public.crt
SSLCertificateKeyFile /etc/ssl/wildcard.example.com/private.pem