aaP_hunter-38 After updating the panel to version 6.8.23 lines appeared in the Nginx configuration that killed Nginx autostart and the server stopped working Here is the piece of code #AAPANEL_FASTCGI_CONF_BEGIN fastcgi_cache_key "$scheme$request_method$host$request_uri"; #fastcgi_cache_path /dev/shm/nginx-cache/wp levels=1:2 keys_zone=WORDPRESS:100m inactive=60m; fastcgi_cache_use_stale error timeout invalid_header http_500; fastcgi_ignore_headers Cache-Control Expires Set-Cookie; #AAPANEL_FASTCGI_CONF_END The server did not start due to the lack of rights to create a folder in the /dev/shm/ directory
aaPanel_Kern aaP_hunter-38 Hello, can you check if there is an nginx-cache folder in the /dev/shm directory? ls -al /dev/shm If so, please execute: chown -R www.www /dev/shm/nginx-cache Can I start nginx afterwards?
admin.jason i am searching the community.... NEW INSTALL 28-3-2022 nginx,mysql5.7,php7.4 instalation after the script install.... nginx does not start after reboot ubuntu 20.04 i created the above folder with no success
aaP_phsystemas Does this line fastcgi_cache_path/dev/shm/nginx-cache/wp levels=1:2 keys_zone=WORDPRESS:100m inactive=60m; have to be related to WordPress? I don't use WordPress, can I remove it?
aaPanel_Kern aaP_phsystemas Hello, we have fixed this problem, please click "Fix" on the panel home page to fix it.