From 2c5b24c5e123630340b89fbb1fc8b366f961aa87 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 12 May 2022 22:32:21 -0500 Subject: [PATCH] README.rst: Note MacPorts can install fancyindex --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5b4bdb4..fbe76c0 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,13 @@ Then load the module in `/etc/nginx/nginx.conf` using:: load_module "modules/ngx_http_fancyindex_module.so"; +macOS +~~~~~ + +Users can `install Nginx on macOS with MacPorts `__; fancyindex is included:: + + sudo port install nginx + Other platforms ~~~~~~~~~~~~~~~