From 0848bb07fac7adf5da4c994f575f923886de5402 Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Fri, 20 Dec 2024 13:58:57 -0500 Subject: [PATCH] [ENH] Update reverse proxy recipe with nginx conf To have longer request timeouts --- docs/user_guide/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/config.md b/docs/user_guide/config.md index 51dac70..c8217e8 100644 --- a/docs/user_guide/config.md +++ b/docs/user_guide/config.md @@ -290,7 +290,7 @@ This file adds: - "80:80" - "443:443" volumes: - - conf:/etc/nginx/conf.d + - ./config/nginx:/etc/nginx/conf.d - vhost:/etc/nginx/vhost.d - html:/usr/share/nginx/html - certs:/etc/nginx/certs:ro