refactor(samples/httpaste.it): finalize initial sample
- add tor daemon - clean directory structure
This commit is contained in:
parent
d558a65609
commit
60a01ea511
7 changed files with 49 additions and 2 deletions
|
|
@ -61,3 +61,10 @@ ServerName 127.0.0.1
|
|||
SetEnv proxy-sendchunks
|
||||
ProxyPass "/" "unix:/shared/uwsgi.sock|uwsgi://localhost/"
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost 0.0.0.0:80>
|
||||
#ProxyPreserveHost On
|
||||
ServerAlias *.onion
|
||||
SetEnv proxy-sendchunks
|
||||
ProxyPass "/" "unix:/shared/uwsgi.sock|uwsgi://localhost/"
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue