From 4849a348a68f1cef28ca167b5dc1815762501280 Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Tue, 10 May 2022 20:24:53 -0400 Subject: [PATCH] Change apache config path to match crafty4 naming --- config_examples/apache2.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_examples/apache2.conf.example b/config_examples/apache2.conf.example index fc8c02a2..3dc12416 100755 --- a/config_examples/apache2.conf.example +++ b/config_examples/apache2.conf.example @@ -34,9 +34,9 @@ RewriteCond %{HTTP:Connection} upgrade [NC] RewriteRule .* "wss://127.0.0.1:8443%{REQUEST_URI}" [P] - SSLCertificateFile /var/opt/minecraft/crafty-commander/app/config/web/certs/commander.cert.pem + SSLCertificateFile /var/opt/minecraft/crafty4/app/config/web/certs/commander.cert.pem - SSLCertificateKeyFile /var/opt/minecraft/crafty-commander/app/config/web/certs/commander.key.pem + SSLCertificateKeyFile /var/opt/minecraft/crafty4/app/config/web/certs/commander.key.pem ProxyPass / https://127.0.0.1:8443/ ProxyPassReverse / https://127.0.0.1:8443/