server-configs-nginx/sites-enabled
Cătălin Mariș c367e809db Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00
..
README.md Move nginx server configs to their own repository 2013-07-29 01:55:11 +03:00

README.md

Sites Enabled

Symlink to ../sites-available/ for any site you want to enable. Conversely, remove the symlink in this folder to disable a site without permanently deleting the site's configuration.

E.g. (we suppose your nginx configuration files are stored in /etc/nginx)

    $ pwd
      --> /etc/nginx
    # ln -s /etc/nginx/sites-available/example.com sites-enabled/example.com