From 8a9ce06b30ae2c56bc09da56293ed6f988564bf2 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 8 Jan 2022 22:42:16 +0100 Subject: [PATCH] added resolver to nginx --- deployment/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/nginx.conf b/deployment/nginx.conf index 4fa4fd80..51b7951f 100644 --- a/deployment/nginx.conf +++ b/deployment/nginx.conf @@ -15,6 +15,7 @@ server { } location /fotos { + resolver 127.0.0.1 valid=30s; proxy_ssl_server_name on; proxy_ssl_verify off;