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