mirror of
https://github.com/linuxserver/docker-grav.git
synced 2026-02-20 08:41:52 +08:00
Move ssl.conf include to default.conf
This commit is contained in:
parent
63a40d4683
commit
1f6fcd23b9
@ -224,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.04.23:** - Move ssl.conf include to default.conf.
|
||||
* **11.12.22:** - Rebase to Alpine 3.17, PHP 8.1.
|
||||
* **05.09.22:** - All php to read envs passed to container.
|
||||
* **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
||||
|
||||
@ -40,6 +40,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
|
||||
- { date: "11.12.22:", desc: "Rebase to Alpine 3.17, PHP 8.1."}
|
||||
- { date: "05.09.22:", desc: "All php to read envs passed to container."}
|
||||
- { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
## Version 2022/10/04 - Changelog: https://github.com/linuxserver/docker-grav/commits/main/root/defaults/nginx/site-confs/default.conf.sample
|
||||
## Version 2023/04/13 - Changelog: https://github.com/linuxserver/docker-grav/commits/main/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
@ -9,6 +9,8 @@ server {
|
||||
|
||||
server_name _;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
root /app/www/public;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user