From ca61b8a05f74be9f255478e1130921f2f6cdaea4 Mon Sep 17 00:00:00 2001 From: mihugo Date: Mon, 7 Jul 2025 14:17:24 -0700 Subject: [PATCH] Update apache.mdx replace nginx with Apache in place (#779) Signed-off-by: mihugo --- docs/docs/admin/environments/apache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/admin/environments/apache.mdx b/docs/docs/admin/environments/apache.mdx index 350dc0a..39e5ff2 100644 --- a/docs/docs/admin/environments/apache.mdx +++ b/docs/docs/admin/environments/apache.mdx @@ -30,7 +30,7 @@ Effectively you have one trip through Apache to do TLS termination, a detour thr :::note -These examples assume that you are using a setup where your nginx configuration is made up of a bunch of files in `/etc/httpd/conf.d/*.conf`. This is not true for all deployments of Apache. If you are not in such an environment, append these snippets to your `/etc/httpd/conf/httpd.conf` file. +These examples assume that you are using a setup where your Apache configuration is made up of a bunch of files in `/etc/httpd/conf.d/*.conf`. This is not true for all deployments of Apache. If you are not in such an environment, append these snippets to your `/etc/httpd/conf/httpd.conf` file. :::