From 8e1a834e4744136ae4ac9442608f9b86acf513c8 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 25 Nov 2021 21:25:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?nginx.conf:=20permitir=20configuraci=C3=B3n?= =?UTF-8?q?=20propia=20del=20sitio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index 390758b..6cb85f2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -23,3 +23,5 @@ server { proxy_pass http://127.0.0.1:65001; } } + +include /Sutty/*-jekyll-theme/nginx.conf; From c6287ab8ff7ae9b8d8aeb0fe1ab291f1afc5daf0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 25 Nov 2021 22:49:17 +0000 Subject: [PATCH 2/2] nginx.conf: usar _nginx.conf de los sitios --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 6cb85f2..19842f2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -24,4 +24,4 @@ server { } } -include /Sutty/*-jekyll-theme/nginx.conf; +include /Sutty/*-jekyll-theme/_nginx.conf;