From c6287ab8ff7ae9b8d8aeb0fe1ab291f1afc5daf0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 25 Nov 2021 22:49:17 +0000 Subject: [PATCH] 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;