mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Change apache config path to match crafty4 naming
This commit is contained in:
parent
0a97fd112b
commit
4849a348a6
@ -34,9 +34,9 @@
|
|||||||
RewriteCond %{HTTP:Connection} upgrade [NC]
|
RewriteCond %{HTTP:Connection} upgrade [NC]
|
||||||
RewriteRule .* "wss://127.0.0.1:8443%{REQUEST_URI}" [P]
|
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/
|
ProxyPass / https://127.0.0.1:8443/
|
||||||
ProxyPassReverse / https://127.0.0.1:8443/
|
ProxyPassReverse / https://127.0.0.1:8443/
|
||||||
|
Loading…
Reference in New Issue
Block a user