1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-04-24 00:29:31 +02:00

Update docs

This commit is contained in:
Alan Grainger 2025-03-07 15:28:01 +08:00 committed by GitHub
parent 1eacf6697a
commit c4f62ed818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,18 +45,8 @@ https://ipp.example.com {
}
```
If you wanted to drop the connection completely without responding at all, you can use:
```
handle_response @404 {
abort
}
```
### Apache
Show a custom 404 page:
```
<VirtualHost *:80>
ProxyErrorOverride On 404