fix .conf

This commit is contained in:
zapashcanon 2021-11-24 00:48:26 +01:00
parent 05ba3aab36
commit e381aae07a
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -32,13 +32,6 @@ Define access_log_file ${log_file}.access.log
ServerAdmin ${admin_mail}
ServerAlias zapashcanon.fr
DocumentRoot ${doc_root}
<Directory ${doc_root}>
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
ProxyPass / http://127.0.0.1:3069/
ProxyPassReverse / http://127.0.0.1:3069/
ProxyRequests Off