override ssl.conf when using http config #63

Merged
lolcat merged 1 commits from docker_fix_conf into master 2025-01-24 15:41:41 +00:00
Collaborator

Addresses #62
Apache comes with conf.d/ssl.conf by default when installed. This file contains Listen 443 which is not needed if the user intends to run http only.

This PR:

  1. moves https.conf and http.conf into separate folders alongside a conf.d directory. Contents are then copied and override included files like conf.d/ssl.conf when necessary
  2. minor tweaks to included docker-compose.yaml
  3. minor tweak to Dockerfile and docker-entrypoint.sh to allow changing command (for example starting container without starting httpd with docker run --rm -it luuul/4get:latest sh)
Addresses #62 Apache comes with `conf.d/ssl.conf` by default when installed. This file contains `Listen 443` which is not needed if the user intends to run http only. This PR: 1. moves `https.conf` and `http.conf` into separate folders alongside a `conf.d` directory. Contents are then copied and override included files like `conf.d/ssl.conf` when necessary 2. minor tweaks to included `docker-compose.yaml` 3. minor tweak to `Dockerfile` and `docker-entrypoint.sh` to allow changing command (for example starting container without starting httpd with `docker run --rm -it luuul/4get:latest sh`)
throwaway added 1 commit 2025-01-24 09:18:09 +00:00
throwaway changed title from remove ssl.conf when using http config to override ssl.conf when using http config 2025-01-24 09:32:08 +00:00
lolcat merged commit 0180cf5224 into master 2025-01-24 15:41:41 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lolcat/4get#63
No description provided.