diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-06 20:38:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-07 08:46:52 +0100 |
| commit | e79b1a8b6a2f0e892b56ee2d00ea1b9d56ab4083 (patch) | |
| tree | 60973819688f506dbe4b00da3d2de39822213d4c /roles/http/templates/nginx | |
| parent | cec15f231bfcd9a6c55fbffcb7d297a36f75211d (diff) | |
Diffstat (limited to 'roles/http/templates/nginx')
| -rw-r--r-- | roles/http/templates/nginx/joeac.net.conf | 2 |
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; } |
