Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ server {

location /.well-known/acme-challenge/ {
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504 http_403 http_404;
proxy_bind {{ ip6 }};
proxy_pass http://acme-backend;
proxy_read_timeout 5s;
proxy_connect_timeout 5s;
Expand Down
Loading