From 0e868c9f907617c18cdc90e228f0ab1437f9081f Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 3 Dec 2024 01:47:59 -0500 Subject: [PATCH] update with default.conf info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab375a..cc66259 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Landing page for p0ntus mail ./self start ``` -You will now have to use a server (NGINX, Apache2, etc.) to serve files from the `./public` directory. +You will now have to use a server (NGINX, Apache2, etc.) to serve files from the `./public` directory. You may use the example `default.conf` with NGINX if you wish. Make changes from the `./src` directory, and `self` will copy them over. ## With Docker