From 3f793598d24a3171c71d6249c954a7585df0ea13 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 22 Jul 2021 22:24:10 +0000 Subject: [PATCH] Add 'apache.conf' --- apache.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apache.conf diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..e4ab70f --- /dev/null +++ b/apache.conf @@ -0,0 +1,11 @@ + + ServerName code.sarimoko.com + ProxyPreserveHost On + ProxyRequests off + AllowEncodedSlashes NoDecode + ProxyPass / http://localhost:3000/ + ProxyPassReverse / http://localhost:3000/ + SSLEngine on + SSLCertificateFile /srv/ssl/code/cert.pem + SSLCertificateKeyFile /srv/ssl/code/key.pem + \ No newline at end of file