1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: fixes docs

This commit is contained in:
Amir Raminfar
2024-11-02 10:52:01 -07:00
parent e22d54cf74
commit 964429a95e

View File

@@ -32,7 +32,7 @@ Dozzle will be available at `http://localhost:8080/foobar/`. This option rewrite
Here is an example with Nginx and proxy Dozzle with a different base:
```conf
```nginx
location ^~ /foobar/ {
set $upstream_app dozzle;
set $upstream_port 8080;