Skip to content
Snippets Groups Projects
Commit d0df4fc6 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/hosts/paragon/pmon1#62 Fix letsencrypt behind nginx

parent cb0986cc
No related branches found
No related tags found
No related merge requests found
#server {
# listen 80;
# listen [::]:80
# server_name {{ alerta_domain }};
# return 301 https://{{ alerta_domain }}$request_uri;
#}
server {
listen 80;
listen [::]:80;
# server_name {{ alerta_domain }};
# return 301 https://{{ alerta_domain }}$request_uri;
location /.well-known {
alias /var/www/html/.well-known;
}
}
server {
listen 443 ssl http2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment