this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

How to install PHP in https://nginxui.com?
I tried to

try_files $uri =404;

fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;

fastcgi_index index.php;

include fastcgi.conf;

but error occures...

Nginx Configuration Parse Error

2023/10/31 23:53:32 [emerg] 7645#7645: open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory) in /etc/nginx/sites-enabled/axis-group:10 nginx: [emerg] open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory) in /etc/nginx/sites-enabled/axis-group:10 nginx: configuration file /etc/nginx/nginx.conf test failed

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

Step 1: Read your error messages closely before posting them to Reddit.

Step 2: There’s no such file or directory. Put the file there or rename it correctly and you’ll be Gucci.