Skip to content

Commit 1fbfc3b

Browse files
committed
2025.12.9
1 parent 7c5bbb5 commit 1fbfc3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LABEL \
1717
org.opencontainers.image.licenses="MIT"
1818

1919
ARG \
20-
BOOKSTACK_VERSION="v25.12.8" \
20+
BOOKSTACK_VERSION="v25.12.9" \
2121
BOOKSTACK_REPO_URL="https://github.com/BookStackApp/BookStack"
2222

2323
COPY CHANGELOG.md /usr/src/container/CHANGELOG.md

rootfs/container/data/nginx/sites.available/bookstack/location/php_block.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ location ~ \.php$ {
1212
fastcgi_split_path_info ^(.+?\.php)(/.+)$;
1313
fastcgi_index {{php_index_file}};
1414
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
15-
{{fastcgi_params}};
15+
{{fastcgi_params}};
16+
}

0 commit comments

Comments
 (0)