mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: kanboard test
This commit is contained in:
parent
e8f8c44dcb
commit
6b4e499a3a
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,15 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy ${localhost}:${toString service.ports.port0}
|
reverse_proxy ${localhost}:${toString service.ports.port0}
|
||||||
|
|
||||||
|
route {
|
||||||
|
encode zstd gzip
|
||||||
|
|
||||||
|
php_fastcgi unix//run/php/php7.2-fpm.sock
|
||||||
|
|
||||||
|
try_files {path} {path}/index.php /index.php?{query}
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
|
||||||
tls ${service.ssl.cert} ${service.ssl.key}
|
tls ${service.ssl.cert} ${service.ssl.key}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue