fix: remove slash from caddy nextcloud config

main
Louis Pearson 2024-01-06 17:17:57 -07:00
parent 8e82f4c332
commit 78a926be38
1 changed files with 1 additions and 6 deletions

View File

@ -19,11 +19,6 @@
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false; boot.zfs.forceImportRoot = false;
# fileSystems."/zroot" =
# { device = "dev/disk/by-uuid/";
# fsType = "ext4";
# };
networking.hostName = "samsehu"; # Define your hostname. networking.hostName = "samsehu"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
@ -236,7 +231,7 @@
''; '';
virtualHosts."nextcloud.samsehu.perli.casa".extraConfig = '' virtualHosts."nextcloud.samsehu.perli.casa".extraConfig = ''
reverse_proxy unix//${config.services.phpfpm.pools.nextcloud.socket}|fcgi://localhost/ reverse_proxy unix/${config.services.phpfpm.pools.nextcloud.socket}|fcgi://localhost/
''; '';
}; };