fix: trust proxy amend cidr

This commit is contained in:
Strix 2024-01-01 19:48:07 +01:00
parent 377d4b68a1
commit 6a5ba755a0
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -16,7 +16,7 @@ services:
APP_ENV: "production"
APP_DEBUG: "false"
PHP_UPLOAD_LIMIT: "100"
APP_TRUSTED_PROXIES: "172.0.0.0/24" # i hate this
APP_TRUSTED_PROXIES: "172.0.0.0/32" # i hate this
env_file:
- /etc/ixvd/secrets/env/snipeit.env
volumes: