Error after 1.4.3 update

Hello!
I am on Ubuntu 20 and updated sys and hestiacp by apt update && upgrade.
The server updated with no erros but now , when visiting my websites (all WordPress) browser shows hestia CP default index page…That One when you make a fresh install hestia shows…

I can’t figure what os wrong, can Simone please give me a help?
Thanx

Most logical you also updated nginx at the same time and accidentally replaced nginx.conf

Go to /etc/nginx/nginx.conf and check if the last 2 lines are pressent at the bottom:

   # Wildcard include
   include /etc/nginx/conf.d/*.conf;
   include /etc/nginx/conf.d/domains/*.conf;
}

If not replace nginx.conf with Hestia default:
cp -f /usr/local/hestia/install/deb/nginx/nginx.conf /etc/nginx/

2 Likes

Thank you very much Eris.
This was it :slight_smile:

Sorry for i post it in this thread, just a minor aesthetic display bug, on minutes, hours, days, weeks, it should display s character instead of number of 1

Known issue will be fixed in 1.4.4

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.