Browse Source

fix .conf

master
zapashcanon 2 years ago
parent
commit
e381aae07a
Signed by: zapashcanon GPG Key ID: 8981C3C62D1D28F1
  1. 7
      www.conf

7
www.conf

@ -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

Loading…
Cancel
Save