diff --git a/README.md b/README.md index 6529dcf..138549e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # 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; +} +```