nixbld: fix indentation

pull/30/head
Sebastien Bourdeauducq 2019-10-17 14:36:49 +08:00
parent 3d17cacda7
commit 3aa23cacfc
1 changed files with 9 additions and 9 deletions

View File

@ -468,15 +468,15 @@ ACTION=="add", SUBSYSTEM=="tty", \
"forum.m-labs.hk" = {
forceSSL = true;
useACMEHost = "nixbld.m-labs.hk";
root = "/var/www/flarum/public";
locations."~ \.php$".extraConfig = ''
fastcgi_pass unix:${config.services.phpfpm.pools.flarum.socket};
fastcgi_index index.php;
'';
extraConfig = ''
index index.php;
include /var/www/flarum/.nginx.conf;
'';
root = "/var/www/flarum/public";
locations."~ \.php$".extraConfig = ''
fastcgi_pass unix:${config.services.phpfpm.pools.flarum.socket};
fastcgi_index index.php;
'';
extraConfig = ''
index index.php;
include /var/www/flarum/.nginx.conf;
'';
};
"git.openhardware.hk" = {