[#12] Fix incorrect FPM socket for panel.minersrealm.net

Dylan Wilson requested to merge issue-12 into main

Associated issue: #12 (closed).

The current configuration for panel.minersrealm.net uses the incorrect PHP version for the FPM socket which results in the error: ...connect() to unix:/run/php/php7.2-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: ...

Updated to use correct PHP version (8.0).

Closes #12 (closed).

Merge request reports