remove apache2 config
This commit is contained in:
parent
86de1c7568
commit
d1e70ad765
@ -36,47 +36,6 @@ services:
|
||||
networks:
|
||||
- traefikproxy
|
||||
|
||||
# apache:
|
||||
# build: .
|
||||
# container_name: apache2
|
||||
# links:
|
||||
# - db
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.port=80"
|
||||
# - "traefik.http.routers.http_catchall.rule=HostRegexp(`{any:.+}`)"
|
||||
# - "traefik.http.routers.http_catchall.entrypoints=web"
|
||||
# - "traefik.http.routers.http_catchall.middlewares=https_redirect"
|
||||
# - "traefik.http.middlewares.https_redirect.redirectscheme.scheme=https"
|
||||
# - "traefik.http.middlewares.https_redirect.redirectscheme.permanent=true"
|
||||
# - "traefik.http.middlewares.non_www.redirectregex.regex=^https://(?:www\\.)?(.+)"
|
||||
# - "traefik.http.middlewares.non_www.redirectregex.replacement=https://$${1}"
|
||||
# - "traefik.http.middlewares.non_www.redirectregex.permanent=true"
|
||||
# - "traefik.http.routers.nginx.middlewares=https_redirect@docker, non_www@docker"
|
||||
# volumes:
|
||||
# - /var/www:/var/www
|
||||
# - /docker/httpd/apache2.conf:/etc/apache2/apache2.conf
|
||||
# - /etc/apache2/mods-enabled/rewrite.load:/etc/apache2/mods-enabled/rewrite.load
|
||||
# - /etc/apache2/mods-enabled/ssl.conf:/etc/apache2/mods-enabled/ssl.conf
|
||||
# - /etc/apache2/mods-enabled/ssl.load:/etc/apache2/mods-enabledd/ssl.load
|
||||
|
||||
|
||||
# - /etc/apache2/sites-available/000-default.conf:/etc/apache2/sites-enabled/000-default.conf
|
||||
# - /etc/apache2/sites-available/d-jorgensen.com.conf:/etc/apache2/sites-enabled/d-jorgensen.com.conf
|
||||
# - /etc/apache2/sites-available/denbyjorgensen.com.conf:/etc/apache2/sites-enabled/denbyjorgensen.com.conf
|
||||
# - /etc/apache2/sites-available/atelierportage.com.conf:/etc/apache2/sites-enabled/atelierportage.com.conf
|
||||
# - /etc/apache2/sites-available/kefcon.ca.conf:/etc/apache2/sites-enabled/kefcon.ca.conf
|
||||
# - /etc/apache2/sites-available/ripplesandwaves.ca.conf:/etc/apache2/sites-enabled/ripplesandwaves.ca.conf
|
||||
# - /etc/apache2/sites-available/kathleensera.com.conf:/etc/apache2/sites-enabled/kathleensera.com.conf
|
||||
# - /etc/apache2/sites-available/d-jorgensen.com-le-ssl.conf:/etc/apache2/sites-enabled/d-jorgensen.com-le-ssl.conf
|
||||
# - /etc/apache2/sites-available/denbyjorgensen.com-le-ssl.conf:/etc/apache2/sites-enabled/denbyjorgensen.com-le-ssl.conf
|
||||
# - /etc/apache2/sites-available/atelierportage.com-le-ssl.conf:/etc/apache2/sites-enabled/atelierportage.com-le-ssl.conf
|
||||
# - /etc/apache2/sites-available/kefcon.ca-le-ssl.conf:/etc/apache2/sites-enabled/kefcon.ca-le-ssl.conf
|
||||
# - /etc/apache2/sites-available/ripplesandwaves.ca-le-ssl.conf:/etc/apache2/sites-enabled/ripplesandwaves.ca-le-ssl.conf
|
||||
# - /etc/apache2/sites-available/kathleensera.com-le-ssl.conf:/etc/apache2/sites-enabled/kathleensera.com-le-ssl.conf
|
||||
# networks:
|
||||
# - traefikproxy
|
||||
|
||||
db:
|
||||
image: mariadb:10.5.26
|
||||
container_name: mariadb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user