Fix missing acme route in NGINX HTTPS config (#10094)
Signed-off-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
This commit is contained in:
parent
9cd89884bf
commit
023949626d
|
|
@ -45,6 +45,10 @@ server {
|
|||
root /opt/appsmith/editor;
|
||||
index index.html index.htm;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /appsmith-stacks/data/certificate/certbot;
|
||||
}
|
||||
|
||||
proxy_set_header X-Forwarded-Proto \$origin_scheme;
|
||||
proxy_set_header X-Forwarded-Host \$host;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user