Powering Tor-Relay.co
SSL should alwys be used to secure curl | bash
installation
Add to server configuration
server {
location / {
try_files $uri $uri/ /index.php;
}
}
should work out-of-the-box if .htaccess
is enabled
Powering Tor-Relay.co
SSL should alwys be used to secure curl | bash
installation
Add to server configuration
server {
location / {
try_files $uri $uri/ /index.php;
}
}
should work out-of-the-box if .htaccess
is enabled