From 225f47dab7cc59472afd83d8952485b1b5c833d7 Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Tue, 25 May 2021 09:25:39 +0200 Subject: [PATCH] Update commento.subdomain.conf.sample --- commento.subdomain.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/commento.subdomain.conf.sample b/commento.subdomain.conf.sample index 8cde688..cd7f973 100644 --- a/commento.subdomain.conf.sample +++ b/commento.subdomain.conf.sample @@ -30,6 +30,7 @@ server { #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; + include /config/nginx/resolver.conf; resolver 127.0.0.11 valid=30s; set $upstream_app commento; set $upstream_port 8080;