maxwolt

joined 11 months ago
 

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

 

Hi, I'm searching some apps for Docker to selfhost, which could help me with web development, web designing etc. I know about VSCode, GitLab, but I would like more ideas, tools.

Foe. does something to simulate different types of devices exist so I could test websites on it?

Just gimme tips and tricks. Also other not-selfhosted options are appreciated ๐Ÿ‘

Thanks, guys ๐Ÿค

 

Hi, so I'm encountering problem displaying this error:
{"message":"missing or malformed jwt"}

This error is thrown by API service of Vikunja.
However... In Vikunja all the notes disappered and can't be created new ones. Checked the logs of DB and API etc. and nothing weird in here.

Only this one line: ?

2023-10-12 14:51:48 4 [Warning] Aborted connection 4 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)

Can you, please, help me?