fix: caddy: use php_fastcgi instead of reverse_proxy for nextcloud
parent
78a926be38
commit
b968abd805
|
@ -231,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/
|
php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue