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
290
290
291
291
## Versions
292
292
293
+ * ** 13.04.23:** - Move ssl.conf include to default.conf.
293
294
* ** 01.03.23:** - Add php iconv.
294
295
* ** 19.01.23:** - Rebase to alpine 3.17 with php8.1.
295
296
* ** 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: |
117
117
118
118
# changelog
119
119
changelogs :
120
+ - { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
120
121
- { date: "01.03.23:", desc: "Add php iconv." }
121
122
- { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
122
123
- { 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
2
2
3
3
server {
4
4
listen 80 default_server;
9
9
10
10
server_name _;
11
11
12
+ include /config/nginx/ssl.conf;
13
+
12
14
root /app/www/public;
13
15
index index.html index.htm index.php;
14
16
You can’t perform that action at this time.
0 commit comments