File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
root/defaults/nginx/site-confs Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
290290
291291## Versions
292292
293+ * ** 13.04.23:** - Move ssl.conf include to default.conf.
293294* ** 01.03.23:** - Add php iconv.
294295* ** 19.01.23:** - Rebase to alpine 3.17 with php8.1.
295296* ** 16.01.23:** - Wrap ` .env ` values in quotes.
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ app_setup_block: |
117117
118118# changelog
119119changelogs :
120+ - { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
120121 - { date: "01.03.23:", desc: "Add php iconv." }
121122 - { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
122123 - { date: "16.01.23:", desc: "Wrap `.env` values in quotes." }
Original file line number Diff line number Diff line change 1- ## Version 2022/10/04 - Changelog: https://github.com/linuxserver/docker-bookstack/commits/master/root/defaults/nginx/site-confs/default.conf.sample
1+ ## Version 2023/04/13 - Changelog: https://github.com/linuxserver/docker-bookstack/commits/master/root/defaults/nginx/site-confs/default.conf.sample
22
33server {
44 listen 80 default_server;
99
1010 server_name _;
1111
12+ include /config/nginx/ssl.conf;
13+
1214 root /app/www/public;
1315 index index.html index.htm index.php;
1416
You can’t perform that action at this time.
0 commit comments