Browse Source

add nginx rewrite example

main
d4708 2 years ago committed by GitHub
parent
commit
716a4fab2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -1,2 +1,10 @@ @@ -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;
}
```

Loading…
Cancel
Save