For the complete documentation index, see llms.txt. This page is also available as Markdown.

Nginx

Setting up a virtual host

Enable a site:sudo ln -s /etc/nginx/sites-available/SITENAME /etc/nginx/sites-enabled/SITENAME

Reload server:sudo service nginx restart

Location of nginx config on Ubuntu

/etc/nginx/nginx.conf

Last updated