From 2f5170355ee9c469d03dde2068b2ed960fbf90ed Mon Sep 17 00:00:00 2001 From: Andrea Ranaldi Date: Thu, 26 Sep 2024 11:51:31 +0200 Subject: [PATCH] Update docs/satosa-nginx_compose_service.md Co-authored-by: Giuseppe De Marco --- docs/satosa-nginx_compose_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/satosa-nginx_compose_service.md b/docs/satosa-nginx_compose_service.md index 845dbf96..ba67ea66 100644 --- a/docs/satosa-nginx_compose_service.md +++ b/docs/satosa-nginx_compose_service.md @@ -19,7 +19,7 @@ This container work as [uWSGI](https://en.wikipedia.org/wiki/UWSGI) proxy to [sa *All `from path` are relative to Docker-compose directory* ### Virtual Hosts -Default NGINX conf import the additional configurations from `/etc/nginx/conf.d/*.conf`. The Path `Docker-compose/nginx/conf.d` is mounted in `/etc/nginx/conf.d` of NGINX container. Each `*.conf` file present in theese directory is included in the NGINX congifuration. +Default NGINX conf import the additional configurations from `/etc/nginx/conf.d/*.conf`. The Path `Docker-compose/nginx/conf.d` is mounted in `/etc/nginx/conf.d` of NGINX container. Each `*.conf` file present in these directory is included in the NGINX configuration. In `Docker-compose/nginx/conf.d` is preconfigured the file `default.conf` with [Satosa Virtual Host][#satosa-vitual-host]. You can add more `.conf` file and more virtual host, buth generally is not clever.