Fix .https.sock on port 80
This commit is contained in:
parent
0ac5ca41cb
commit
b493b7613a
|
@ -2,8 +2,8 @@
|
||||||
ServerAdmin farooqkz@thunix.net
|
ServerAdmin farooqkz@thunix.net
|
||||||
ServerName pcworms.ir
|
ServerName pcworms.ir
|
||||||
ServerAlias www.pcworms.ir
|
ServerAlias www.pcworms.ir
|
||||||
ProxyPass / 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/.https.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
|
ErrorLog /home/farooqkz/.www/error.log
|
||||||
CustomLog /home/farooqkz/.www/access.log combined
|
CustomLog /home/farooqkz/.www/access.log combined
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in New Issue