Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 16, 2024
1 parent 4acfced commit baf9017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/etc/cont-init.d/13-config-anonaddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ fi
chown anonaddy. /var/www/anonaddy/.env

echo "Trust all proxies"
sed -i "s|^ protected \$proxies.*| protected \$proxies = '\*';|g" /var/www/anonaddy/app/Http/Middleware/TrustProxies.php
cat /var/www/anonaddy/app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php
sed -i "s|^ protected \$proxies.*| protected \$proxies = '\*';|g" /var/www/anonaddy/app/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php

0 comments on commit baf9017

Please sign in to comment.