littlebizzy / slickstack

Lightning-fast WordPress on Nginx
https://slickstack.io
GNU General Public License v3.0
629 stars 112 forks source link

Development nginx server block uses staging keyword #166

Closed BHare1985 closed 2 years ago

BHare1985 commented 2 years ago

I installed both dev and staging support. After installation /var/www/sites/development used:

server_name                 staging.mydomain.com;
root                        /var/www/html/staging;

which is incorrect.

Bug introduced here: https://github.com/littlebizzy/slickstack/commit/0870d8ff65ba0498b82d7ed283800e0ab80cde46

jessuppi commented 2 years ago

Thanks for reporting @BHare1985

This is now fixed: https://github.com/littlebizzy/slickstack/commit/439a5b1cf45acf06d6691ce476d218c3d3ed5dc2