Changes to automate backups.

This commit is contained in:
2024-02-23 19:29:41 +01:00
parent b135d3ddc8
commit 4e4744ff9f
4 changed files with 32 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ server {
}
location ~ ^/index\.php(/|$) {
fastcgi_pass kimai-scheidle:9000;
fastcgi_pass scheidle-app:9000;
fastcgi_split_path_info ^(.+\.php)(/.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;