d4708
3 years ago
committed by
GitHub
1 changed files with 8 additions and 0 deletions
@ -1,2 +1,10 @@ |
|||||||
# cloud-server |
# cloud-server |
||||||
Multi-account instance allow users to interact with the twister network through web service. |
Multi-account instance allow users to interact with the twister network through web service. |
||||||
|
|
||||||
|
### nginx |
||||||
|
|
||||||
|
``` |
||||||
|
location @extensionless-php { |
||||||
|
rewrite ^/(.*)$ /index.php?_route_=$1 last; |
||||||
|
} |
||||||
|
``` |
||||||
|
Loading…
Reference in new issue