Set up Apache reverse-proxy socket for farooqkz
This commit is contained in:
parent
5299edb22f
commit
54ec3a3fe1
|
@ -0,0 +1,9 @@
|
||||||
|
<VirtualHost *:80>
|
||||||
|
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/
|
||||||
|
ErrorLog /home/farooqkz/.www/error.log
|
||||||
|
CustomLog /home/farooqkz/.www/access.log combined
|
||||||
|
</VirtualHost>
|
Loading…
Reference in New Issue