aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/ftp/jerome.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/ftp/jerome.nix')
-rw-r--r--nixops/modules/websites/ftp/jerome.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/modules/websites/ftp/jerome.nix b/nixops/modules/websites/ftp/jerome.nix
index 5b86697..a340644 100644
--- a/nixops/modules/websites/ftp/jerome.nix
+++ b/nixops/modules/websites/ftp/jerome.nix
@@ -58,8 +58,8 @@ in {
58 services.myPhpfpm.poolPhpConfigs.jerome = '' 58 services.myPhpfpm.poolPhpConfigs.jerome = ''
59 extension=${pkgs.php}/lib/php/extensions/mysqli.so 59 extension=${pkgs.php}/lib/php/extensions/mysqli.so
60 ''; 60 '';
61 services.myWebsites.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ]; 61 services.websites.production.modules = adminer.apache.modules ++ [ "proxy_fcgi" ];
62 services.myWebsites.production.vhostConfs.naturaloutil = { 62 services.websites.production.vhostConfs.naturaloutil = {
63 certName = "naturaloutil"; 63 certName = "naturaloutil";
64 hosts = ["naturaloutil.immae.eu" ]; 64 hosts = ["naturaloutil.immae.eu" ];
65 root = varDir; 65 root = varDir;