From 057e15bcf05cffe8fac46f814b90325e1737accd Mon Sep 17 00:00:00 2001 From: django Date: Wed, 20 Aug 2025 13:02:58 -0700 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index b8bd81f..6822fb7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,6 @@ # ============================================================================ # Full nginx.conf for Nextcloud running in Docker BEHIND an external -# SSL-terminating reverse proxy (at 192.168.0.215). +# SSL-terminating reverse proxy (). # # - This Nginx instance listens on HTTP/80. # - It serves Nextcloud directly using PHP-FPM from the 'nextcloud:9000' container.