Add documentation on nginx problems

This commit is contained in:
video-prize-ranch
2023-01-02 19:11:10 -05:00
parent d794e0c0be
commit 9b1e9d6f32
+7
View File
@@ -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.