mirror of
https://codeberg.org/librarian/docs
synced 2024-12-06 19:16:47 +01:00
Add documentation on nginx problems
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[Caddy](https://caddyserver.com/) is the recommended reverse proxy for ease of use, performance, and compatibility. However, it is possible to use NGINX but you may need to make changes to your configuration.
|
||||
|
||||
## Trailing slash
|
||||
A trailing slash in the URL in `proxy_pass` will cause issues with certain URLs. See this [issue comment](https://codeberg.org/librarian/librarian/issues/170#issuecomment-705890).
|
||||
|
||||
## Performance
|
||||
It is highly recommended to enable HTTP/2 especially if you have stream proxy or livestreams enabled. Follow [this guide](https://www.tecmint.com/enable-http-2-in-nginx/) to enable it.
|
||||
Reference in New Issue
Block a user