You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of creating one nginx server block for every site, a base nginx server block is created for each domain. This will also facilitate automatic Let's Encrypt validation
When a new site is created, the base block for the domain is added. Everything required in the server block goes into a Location block for the subfolder
The desired subfolder path is passed to the website on pre_install, as the subdomain path is required to customize addtoblock items that the website already requires
nginx server blocks then go from being named like /etc/nginx/sites-available/mysite to /etc/nginx/sites-available/mysite.com:80
The text was updated successfully, but these errors were encountered:
e.g.
http://mywebsite.com/blog
In short:
Location
block for the subfolderpre_install
, as the subdomain path is required to customizeaddtoblock
items that the website already requires/etc/nginx/sites-available/mysite
to/etc/nginx/sites-available/mysite.com:80
The text was updated successfully, but these errors were encountered: