Multi-account instance allow users to interact with the twister network through web service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
d47081 9a8ac19ae3
Create FUNDING.yml
2 years ago
.github Create FUNDING.yml 2 years ago
database init following storage 2 years ago
media/0.1 add the People page preview 2 years ago
src increase post length to 256 chars 2 years ago
tool/crawler DHT/twisterd interaction security fix 2 years ago
LICENSE Initial commit 2 years ago
README.md add nginx rewrite example 2 years ago

README.md

cloud-server

Multi-account instance allow users to interact with the twister network through web service.

nginx

location @extensionless-php {
  rewrite ^/(.*)$ /index.php?_route_=$1 last;
}