corrected letsencrypt acme challenge configs
This commit is contained in:
@@ -2,9 +2,9 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name {{ ci_server_name }};
|
server_name {{ ci_server_name }};
|
||||||
|
|
||||||
location /.well-known {
|
location '/.well-known/acme-challenge' {
|
||||||
|
default_type "text/plain";
|
||||||
root /srv/http/letsencrypt;
|
root /srv/http/letsencrypt;
|
||||||
try_files $uri $uri/ =404;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
@@ -10,9 +10,9 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name {{ parts_server_name }};
|
server_name {{ parts_server_name }};
|
||||||
|
|
||||||
location /.well-known {
|
location '/.well-known/acme-challenge' {
|
||||||
|
default_type "text/plain";
|
||||||
root /srv/http/letsencrypt;
|
root /srv/http/letsencrypt;
|
||||||
try_files $uri $uri/ =404;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user