|
|
|
@ -19,7 +19,7 @@ server {
|
|
|
|
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
|
|
|
|
|
|
|
|
|
location / {
|
|
|
|
|
add_header Content-Type text/html;
|
|
|
|
|
types { } default_type "text/html; charset=utf-8";
|
|
|
|
|
return 200 '
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
@ -79,7 +79,7 @@ server {
|
|
|
|
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
|
|
|
|
|
|
|
|
|
location / {
|
|
|
|
|
add_header Content-Type text/plain;
|
|
|
|
|
types { } default_type "text/plain; charset=utf-8";
|
|
|
|
|
add_header Access-Control-Allow-Origin *;
|
|
|
|
|
return 200 '$remote_addr\n';
|
|
|
|
|
}
|
|
|
|
|