Fix .https.sock on port 80

This commit is contained in:
Blade of Darkness 2022-03-22 19:03:14 +01:00
parent 0ac5ca41cb
commit b493b7613a
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
ServerAdmin farooqkz@thunix.net
ServerName pcworms.ir
ServerAlias www.pcworms.ir
ProxyPass / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/
ProxyPassReverse / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/
ProxyPass / unix:///home/farooqkz/.http.sock|http://127.0.0.1:8081/
ProxyPassReverse / unix:///home/farooqkz/.http.sock|http://127.0.0.1:8081/
ErrorLog /home/farooqkz/.www/error.log
CustomLog /home/farooqkz/.www/access.log combined
</VirtualHost>