From 82ac0c26d5c9ab2afb04e42032738b15834f016d Mon Sep 17 00:00:00 2001 From: Agnieszka Figiel Date: Fri, 4 Aug 2023 11:07:13 +0200 Subject: [PATCH] nginx plugins --- .../afoco_source_bundle/.platform/nginx/conf.d/afoco.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/afoco_source_bundle/.platform/nginx/conf.d/afoco.conf b/infrastructure/afoco_source_bundle/.platform/nginx/conf.d/afoco.conf index 5b03db83..50ab6e04 100644 --- a/infrastructure/afoco_source_bundle/.platform/nginx/conf.d/afoco.conf +++ b/infrastructure/afoco_source_bundle/.platform/nginx/conf.d/afoco.conf @@ -27,3 +27,8 @@ location /documentation { location /i18n { proxy_pass http://0.0.0.0:1337/i18n; } + +# CMS +location /plugins { + proxy_pass http://0.0.0.0:1337/plugins; +}