Replies: 1 comment
-
|
Resolved, the nginx path order didn't match this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the
Ubuntu Server 24.04 + php8.3-cli + php-fpm + nginxenvironment, after doing the following, access the URL of the /info.php file in the browser to download, not to displayphpinfoinformation.Oracle Cloud Free 1c1g VPS for Ubuntu Server 24.04
sudo systemctl status php8.3-fpmis in the running state/etc/php/8.3/fpm/pool.d/www.confis unmodified by default, with the uncommented line :listen = /run/php/php8.3-fpm.socksudo vim /etc/php/8.3/cli/php.iniJust removed the annotation symbol for this line
extension_dir = "./"sudo vim /etc/nginx/sites-enabled/defaultAdjust the configuration after removing the comment to
/info.php
Beta Was this translation helpful? Give feedback.
All reactions