diff --git a/S3-Nginx-Proxy.md b/S3-Nginx-Proxy.md index 22afd64..4dc6a0c 100644 --- a/S3-Nginx-Proxy.md +++ b/S3-Nginx-Proxy.md @@ -1,7 +1,5 @@ It's a common concept to put a proxy in front of S3 that handles requests. Nginx is well suited for this and can be used to additionally handle TLS and path style (using subdomains instead of subfolders). -**Example Nginx config which convertIt's a common concept to put a proxy in front of S3 that handles requests. Nginx is well suited for this and can be used to additionally handle TLS and path style (using subdomains instead of subfolders). - ### Example Nginx config ```