From 152c89855a08ca496f7ada740b2f0f6209007604 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Mon, 16 Sep 2024 18:34:05 +0300 Subject: [PATCH] DEV: Add config outlets in Nginx config --- config/nginx.sample.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index 98a4b2dbbcc..08b4a5cfd57 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -45,6 +45,8 @@ geo $bypass_cache { ::1 1; } +include conf.d/outlets/global.conf; + server { access_log /var/log/nginx/access.log log_discourse; @@ -87,6 +89,8 @@ server { # use dates, it solves the problem fine even cross server etag off; + include conf.d/outlets/server.conf; + # prevent direct download of backups location ^~ /backups/ { internal;