Konstantinos
Results
2
issues of
Konstantinos
nginx 1.25+ [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead
Since nginx version 1.25+ the "listen ... http2" directive is deprecated. So basically we need to change this: `listen 443 ssl http2;` to: `listen 443 ssl; http2 on;` References: https://hg.nginx.org/nginx/rev/08ef02ad5c54...
Engintron reporting some undefined array keys in file: /opt/engintron/app/engintron.php [23-Jun-2024 12:11:59 Europe/Berlin] PHP Warning: Undefined array key "op" in /opt/engintron/app/engintron.php on line 101 [23-Jun-2024 12:11:59 Europe/Berlin] PHP Warning: Undefined array...