_
This commit is contained in:
@@ -6,17 +6,10 @@ http {
|
|||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
root /usr/share/nginx/html/;
|
root /usr/share/nginx/html/;
|
||||||
}
|
}
|
||||||
# location / {
|
|
||||||
# return 301 https://$server_name:443$request_uri;
|
|
||||||
# }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# server {
|
|
||||||
# listen 443;
|
|
||||||
# server_name hypoxie.duckdns.org;
|
|
||||||
|
|
||||||
# return 301 https://adoptapet.ru/cats/;
|
|
||||||
# }
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
|
|||||||
Reference in New Issue
Block a user