mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-08-26 13:32:06 +00:00
add nginx rewrite example
This commit is contained in:
parent
4a1818823a
commit
716a4fab2e
@ -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…
x
Reference in New Issue
Block a user