This commit is contained in:
death916 2025-05-12 12:15:25 +00:00
parent 041341c3f0
commit c7005d5432

View file

@ -47,7 +47,7 @@ in
# 'overwriteprotocol' is a direct config.php key, so it belongs here for reverse proxy setups
overwriteprotocol = "https";
# 'overwritehost' and 'overwrite.cli.url' would also go here if needed for reverse proxy
overwritehost = "cloud.death916.xyz";
# overwritehost = "cloud.death916.xyz";
# "overwrite.cli.url" = "https://cloud.death916.xyz";
# 'trusted_proxies' would also go here for reverse proxy setup
trusted_proxies = [ "YOUR_REVERSE_PROXY_IP" ]; # e.g., "127.0.0.1" if on same machine