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" = { "forum.m-labs.hk" = {
forceSSL = true; forceSSL = true;
useACMEHost = "nixbld.m-labs.hk"; useACMEHost = "nixbld.m-labs.hk";
root = "/var/www/flarum/public"; root = "/var/www/flarum/public";
locations."~ \.php$".extraConfig = '' locations."~ \.php$".extraConfig = ''
fastcgi_pass unix:${config.services.phpfpm.pools.flarum.socket}; fastcgi_pass unix:${config.services.phpfpm.pools.flarum.socket};
fastcgi_index index.php; fastcgi_index index.php;
''; '';
extraConfig = '' extraConfig = ''
index index.php; index index.php;
include /var/www/flarum/.nginx.conf; include /var/www/flarum/.nginx.conf;
''; '';
}; };
"git.openhardware.hk" = { "git.openhardware.hk" = {