I have nginx installed Ok with it running using my johnrose.mywire.org server block. When I try to install php-fpm it fails: Active: failed (Result: exit-code) since Fri 2024-11-08 09:42:43 GMT; 20ms ago Docs: man:php-fpm7.4(8) Process: 3385 ExecStart=/usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4 /fpm/php-fpm.conf (code=exited, status=78) I have now purged php-fpm & php7.4-fby johnaaronrose - How to...
The appropriate server block for johnrose.mywire.org is: # Virtual Host configuration for johnrose.mywire.org # # You can move that to a different file under sites-available/ and symlink that # to sites-enabled/ to enable it. # server { server_name johnrose.mywire.org; root /home/manager/www/html; index index.html; location / { try_files $uri $uri/ =404; } lisby johnaaronrose - Other discussion
A clarification I've also tried https://johnrose.mywire.org/summer as I'm using certbot for johnrose.mywire.org and certbot has created appropriate encrypting info for johnrose.mywire.orgby johnaaronrose - Other discussion
Attached is my nginx.confby johnaaronrose - Other discussion
nginx is running Ok on my Raspberry PI server. In my www directory, I have html and images directories, with html being the root for my website of johnrose.mywire.org. When I double click the summer.html file in the html directory (in File Manager) it shows the photo but doesn't show it when I externally use a URL of johnrose.mywire.org/summer summer.html is: <!DOCTYPE html> <html>by johnaaronrose - Other discussion