added a reasonable nginx config as example in the selfhosted page

This commit is contained in:
rhld16 2025-11-08 17:41:59 +00:00
parent 2d22602b70
commit e588ff17c7
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)