From 523fcd135342887f4437ebc8efb0544b7ef308b1 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 11 Mar 2023 23:35:14 +0100 Subject: [PATCH] Add WWW server configuration section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 27a382d..962ab4c 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,10 @@ Run database creation and migration tasks: RAILS_ENV="production" bundle exec rake db:create db:migrate + +## Running + +Apache configuration for: Puma+mod_proxy, mod_passenger ... + + ## How to run the test suite: ...