mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 15:39:14 +08:00
update
This commit is contained in:
parent
b45b2596e9
commit
2f788c5c70
10
readme.md
10
readme.md
@ -45,6 +45,16 @@
|
||||
## 注意
|
||||
每次修改 `.env` 文件后需要执行 `docker run --rm -v $(pwd):/app composer artisan config:cache`
|
||||
|
||||
伪静态:
|
||||
```
|
||||
location /downloads {
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php$is_args$query_string;
|
||||
}
|
||||
```
|
||||
|
||||
## 投喂
|
||||
ETH&(USDT-ERC20): 0x84F85A89105B93F74c3b5db6410Ee8630F01063f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user