Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flxn/tor-relay-configurator

The tor-relay.co configurator
https://github.com/flxn/tor-relay-configurator

Last synced: about 2 months ago
JSON representation

The tor-relay.co configurator

Awesome Lists containing this project

README

        

# PHP Tor Relay Configurator
*Powering [Tor-Relay.co](https://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*