summaryrefslogtreecommitdiff
path: root/playbooks.d/webserver/share/nginx.conf
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-04-18 08:53:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-04-18 08:53:56 +0200
commitf64cadd81fbaebeb8496f3cd9053764fec06a64e (patch)
tree33a2c3bb7fb6c37da2b0266f7b7084dec5c4bcf0 /playbooks.d/webserver/share/nginx.conf
parent342d8ef5e1d988877efbd1bc5d333640d7523570 (diff)
Various fixes to make the webserver playbook work
Diffstat (limited to 'playbooks.d/webserver/share/nginx.conf')
-rw-r--r--playbooks.d/webserver/share/nginx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks.d/webserver/share/nginx.conf b/playbooks.d/webserver/share/nginx.conf
index c8e9be9..834f220 100644
--- a/playbooks.d/webserver/share/nginx.conf
+++ b/playbooks.d/webserver/share/nginx.conf
@@ -18,5 +18,6 @@ http {
tcp_nopush on;
types_hash_max_size 2048;
- include ${etc}/nginx/sites-enabled.d/*;
+ include ${etc}/nginx/sites-enabled.d/http/*;
+ include ${etc}/nginx/sites-enabled.d/https/*;
}