Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed Aug 2, 2023
1 parent da025ce commit fe7af1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions backend/templates/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ server {
return 444;
{%- endif %}

{%- if value == "444" %}
location / {
return 444;
}
{% endif %}

{%- if value == "redirect" %}
location / {
include conf.d/include/acme-challenge.conf;
Expand Down
3 changes: 2 additions & 1 deletion rootfs/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ mkdir -p /tmp/acme-challenge \
/tmp/certbot-log \
/tmp/npmhome

mkdir -vp /data/tls/certbot/renewal \
mkdir -vp /data/tls/certbot/credentials \
/data/tls/certbot/renewal \
/data/tls/custom \
/data/etc/npm \
/data/etc/html \
Expand Down

0 comments on commit fe7af1b

Please sign in to comment.