summaryrefslogtreecommitdiff
path: root/roles/http/templates/nginx/joeac.net.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/http/templates/nginx/joeac.net.conf')
-rw-r--r--roles/http/templates/nginx/joeac.net.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/http/templates/nginx/joeac.net.conf b/roles/http/templates/nginx/joeac.net.conf
index 9f28fee..0cf7a1f 100644
--- a/roles/http/templates/nginx/joeac.net.conf
+++ b/roles/http/templates/nginx/joeac.net.conf
@@ -21,4 +21,6 @@ server {
location ~ /\.sqlite {
deny all;
}
+
+ include /etc/nginx/http.d/joeac.net.locations.d/*.conf;
}