mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
proxy
This commit is contained in:
parent
908bf41b84
commit
5909da21e8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ in
|
|||
hostName = "cloud.death916.xyz"; # Use the domain handled by the reverse proxy
|
||||
https = false; # Disable HTTPS since the reverse proxy will handle it
|
||||
trusted_domains = [ "cloud.death916.xyz" ]; # Only include the reverse proxy domain
|
||||
overwriteprotocol = "https"; # Force HTTPS in Nextcloud
|
||||
# overwriteprotocol = "https"; # Force HTTPS in Nextcloud
|
||||
datadir = nextcloudDataPath;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue