Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 351 Bytes

PHP Tor Relay Configurator

Powering Tor-Relay.co


Setup

SSL should alwys be used to secure curl | bash installation

Nginx

Add to server configuration

server {
    location / {
        try_files $uri $uri/ /index.php;
    }
}

Apache

should work out-of-the-box if .htaccess is enabled