From 67609520187512ceb0219fd4425ffe38279e89f0 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 17 Oct 2021 10:59:17 -0400 Subject: [PATCH] add bastetrix.com.http --- ubuntu/erlking.asininetech.net.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index e1612d4..59ec4ed 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.asininetech.net.yml @@ -303,6 +303,15 @@ fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass php; } + bastetrix.com.http: + - listen *:80 + - listen [::]:80 + - server_name bastetrix.com + - root "/srv/www/bastetrix.com/public" + - location /.well-known/acme-challenge/ { + allow all; + } + - return 301 "https://$host$request_uri" nginx_configs: gzip: - gzip on