Skip to content

Commit

Permalink
certbot wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Jun 26, 2024
1 parent 9058ab3 commit 4d1e57e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/nginx/Dockerfile.orthanc-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD nginx/nginx-common.conf /etc/nginx/includes

ADD nginx/reverse-proxy.* /etc/nginx/disabled-reverse-proxies/

ADD nginx/orthanc-nginx-*.conf /etc/nginx/disabled-conf/
ADD nginx/orthanc-nginx-http*.conf /etc/nginx/disabled-conf/

COPY nginx/docker-entrypoint.sh /scripts/
COPY nginx/copy-conf-files.sh /scripts/
Expand Down
2 changes: 1 addition & 1 deletion sources/nginx/Dockerfile.orthanc-nginx-cerbot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD nginx/nginx-common.conf /etc/nginx/includes

ADD nginx/reverse-proxy.* /etc/nginx/disabled-reverse-proxies/

ADD nginx/orthanc-nginx-https-certbot.conf /etc/nginx/user_conf.d/
ADD nginx/orthanc-nginx-certbot.conf /etc/nginx/user_conf.d/

COPY nginx/docker-entrypoint-certbot.sh /scripts-ot/
COPY nginx/copy-conf-files.sh /scripts-ot/
Expand Down
Empty file modified sources/nginx/copy-conf-files.sh
100644 → 100755
Empty file.
File renamed without changes.

0 comments on commit 4d1e57e

Please sign in to comment.