Merge branch 'path-prefix'

This commit is contained in:
Miroslav Šedivý
2022-09-08 20:00:21 +02:00
4 changed files with 23 additions and 4 deletions

View File

@ -5,6 +5,7 @@
### New Features
- Added `m1k1o/neko:vivaldi` tag (thanks @Xeddius).
- Added `m1k1o/neko:opera` tag (thanks @prophetofxenu).
- Added `NEKO_PATH_PREFIX`.
## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6)

View File

@ -134,6 +134,9 @@ nat1to1: <ip>
#### `NEKO_PROXY`:
- Enable reverse proxy mode, so that neko trusts `X-Forwarded-For` headers.
- e.g. `false`
#### `NEKO_PATH_PREFIX`:
- Path prefix for HTTP requests.
- e.g. `/neko/`
### Expert settings