Welcome to nginx on Funtoo Linux!

This page is used to test the proper operation of the nginx HTTP server after it has been installed. If you can read this page, it means that the web server installed at this site is working properly.

Website Administrator

This is the default index.html page that is distributed with nginx on Funtoo Linux. It is located in /usr/share/nginx/html.

You can now put your content in a location at /var/www/vHOST/htdocs and edit the root configuration directive in the nginx configuration file /etc/nginx/sites-available/localhost if vHOST equals to localhost, else copy it to vHOST and edit that file. To use the default, comment out the /usr/share/nginx/html line with a # and uncomment the /var/www/localhost/htdocs one by removing the #.

Funtoo Linux makes handling your nginx config files easy: just create a symlink in /etc/nginx/sites-enabled/ to each configuration in /etc/nginx/sites-available/ that you would like to activate. Please note that you must restart the server or reload the configuration for changes to take effect.

To restart nginx use /etc/init.d/nginx restart,
in most cases a simple reload of config files with /etc/init.d/nginx reload should be enough.

[ Powered by nginx ] [ Powered by Funtoo ]