1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00

Updated Reverse Proxy Examples (markdown)

evilmanimani 2018-02-09 19:07:34 -08:00
parent d1596753ca
commit fa62995200

@ -85,3 +85,14 @@
</system.webServer>
</configuration>
```
**Caddy:**
rewrite {
r ^/dist
to /ombi/{uri}
}
proxy /ombi 127.0.0.1:5000 {
transparent
}