mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
fix README typo (#706)
This commit is contained in:
parent
21a9203d01
commit
9548e91fb5
@ -462,7 +462,7 @@ Some apps host a user facing at the root of their web application and then an AP
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
```
|
||||
|
||||
Another example could be that the root of the web application (`/`) should be publically accessible but the admin section by protected by Umbrel. This can be achieved by adding these env. vars. to the `app_proxy` Docker Compose service:
|
||||
Another example could be that the root of the web application (`/`) should be publically accessible but the admin section be protected by Umbrel. This can be achieved by adding these env. vars. to the `app_proxy` Docker Compose service:
|
||||
```
|
||||
PROXY_AUTH_WHITELIST: "*"
|
||||
PROXY_AUTH_BLACKLIST: "/admin/*"
|
||||
|
Loading…
Reference in New Issue
Block a user