From 4374da716e3a7f067896a59bb1c75d10348640c3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 20 Jan 2020 12:26:58 -0500 Subject: etc/nginx/sites.conf: Add special handling for acme. --- etc/nginx/sites.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/nginx/sites.conf b/etc/nginx/sites.conf index 5e16bad..9da0751 100644 --- a/etc/nginx/sites.conf +++ b/etc/nginx/sites.conf @@ -10,6 +10,10 @@ server { listen [::]:443 ssl http2; server_name nfsw.dingy.space; + location /.well-known/acme-challenge { + alias /acme; + } + location / { try_files $uri @nfsw; } -- cgit v1.2.3