added a reasonable nginx config as example in the selfhosted page (#4280)

This commit is contained in:
rhld16
2025-11-09 01:55:55 +00:00
committed by GitHub
parent b8a66c7493
commit 365dbd6f4c
2 changed files with 34 additions and 1 deletions

View File

@@ -130,4 +130,8 @@ There are a few variables you can change if you wish to disable them:
# PowerShell
rm -r -fo docs/.vitepress/cache
```
```
### Reverse Proxy
You should be able to use any reverse proxy with this vitepress website, but find a reasonable config for an nginx server [in the repo here](https://github.com/fmhy/edit/blob/main/.github/assets/nginx.conf)