mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
proxy
This commit is contained in:
parent
041341c3f0
commit
c7005d5432
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue