... | ... | @@ -167,7 +167,7 @@ WSGIScriptAlias / /opt/pao-stock-manager/conf/wsgi.py |
|
|
WSGIPythonHome /opt/pao-stock-manager/.venv
|
|
|
WSGIPythonPath /opt/pao-stock-manager
|
|
|
<VirtualHost *:443>
|
|
|
ServerName fbcmecanique-rouen.fr
|
|
|
ServerName $domaine
|
|
|
Alias /static/admin/ /opt/pao-stock-manager/.venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/
|
|
|
Alias /static/ /opt/pao-stock-manager/stock/static/
|
|
|
|
... | ... | @@ -188,8 +188,8 @@ WSGIPythonPath /opt/pao-stock-manager |
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
SSLEngine on
|
|
|
|
|
|
SSLCertificateFile /etc/ssl/fbcmecanique-rouen.fr/fbcmecanique-rouen.fr.crt
|
|
|
SSLCertificateKeyFile /etc/ssl/fbcmecanique-rouen.fr/fbcmecanique-rouen.fr.key
|
|
|
SSLCertificateFile /etc/ssl/$domaine/$domaine.crt
|
|
|
SSLCertificateKeyFile /etc/ssl/$domaine/$domaine.key
|
|
|
|
|
|
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
|
|
SSLOptions +StdEnvVars
|
... | ... | |