mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-11-01 05:27:38 +09:00 
			
		
		
		
	Move ssl.conf include to default.conf
This commit is contained in:
		| @@ -242,6 +242,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 | |||||||
|  |  | ||||||
| ## Versions | ## Versions | ||||||
|  |  | ||||||
|  | * **13.04.23:** - Move ssl.conf include to default.conf. | ||||||
| * **20.01.23:** - Rebase to alpine 3.17 with php8.1. | * **20.01.23:** - Rebase to alpine 3.17 with php8.1. | ||||||
| * **14.11.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). | * **14.11.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). | ||||||
| * **04.11.22:** - Build commits to upstream branch 2.x. | * **04.11.22:** - Build commits to upstream branch 2.x. | ||||||
|   | |||||||
| @@ -59,6 +59,7 @@ app_setup_block: | | |||||||
|  |  | ||||||
| # changelog | # changelog | ||||||
| changelogs: | changelogs: | ||||||
|  |   - { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." } | ||||||
|   - { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." } |   - { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." } | ||||||
|   - { date: "14.11.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))." } |   - { date: "14.11.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))." } | ||||||
|   - { date: "04.11.22:", desc: "Build commits to upstream branch 2.x." } |   - { date: "04.11.22:", desc: "Build commits to upstream branch 2.x." } | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| ## Version 2022/11/14 - Changelog: https://github.com/linuxserver/docker-heimdall/commits/master/root/defaults/nginx/site-confs/default.conf.sample | ## Version 2023/04/13 - Changelog: https://github.com/linuxserver/docker-heimdall/commits/master/root/defaults/nginx/site-confs/default.conf.sample | ||||||
|  |  | ||||||
| server { | server { | ||||||
|     listen 80 default_server; |     listen 80 default_server; | ||||||
| @@ -9,6 +9,8 @@ server { | |||||||
|  |  | ||||||
|     server_name _; |     server_name _; | ||||||
|  |  | ||||||
|  |     include /config/nginx/ssl.conf; | ||||||
|  |  | ||||||
|     root /app/www/public; |     root /app/www/public; | ||||||
|     index index.html index.htm index.php; |     index index.html index.htm index.php; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user