From 7753af1b0c8aa41680f5cf199b59ba28ec269708 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 13 Oct 2024 13:57:22 +0000 Subject: [PATCH] Disable absolute redirect Signed-off-by: Tommy --- .examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf | 2 ++ .../docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf index 1dd6e11d3..a795e83bf 100644 --- a/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf @@ -10,6 +10,8 @@ events { http { + absolute_redirect off; + include mime.types; default_type application/octet-stream; types { diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf index a3c9f28bc..ec5dcff11 100644 --- a/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf @@ -10,6 +10,8 @@ events { http { + absolute_redirect off; + include mime.types; default_type application/octet-stream; types {