treewide: remove redundant quotes
This commit is contained in:
@@ -520,7 +520,7 @@ let
|
||||
];
|
||||
|
||||
services.phpfpm.pools = mkIf (cfg.pool == "${poolName}") {
|
||||
"${poolName}" = {
|
||||
${poolName} = {
|
||||
listen = "/var/run/phpfpm/${poolName}.sock";
|
||||
extraConfig = ''
|
||||
listen.owner = nginx
|
||||
@@ -542,7 +542,7 @@ let
|
||||
services.nginx = mkIf (cfg.virtualHost != null) {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"${cfg.virtualHost}" = {
|
||||
${cfg.virtualHost} = {
|
||||
root = "${cfg.root}";
|
||||
|
||||
locations."/" = {
|
||||
|
||||
Reference in New Issue
Block a user