Update docs

This commit is contained in:
Alan Grainger 2024-11-17 19:06:49 +01:00 committed by GitHub
parent 665942d267
commit b9456afe5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ https://your-domain.com {
@public path /share /share/*
handle @public {
# Your IPP server and port
reverse_proxy your_server:3000
reverse_proxy YOUR_SERVER:3000
}
# All other paths, require basic auth and send to Immich
@ -23,7 +23,7 @@ https://your-domain.com {
user password_hash
}
# Your Immich server and port
reverse_proxy your_server:2283
reverse_proxy YOUR_SERVER:2283
}
}
```