Skip to content

Commit 30dd8c4

Browse files
author
Ryan Syracuse
committed
better wording
1 parent 5b8108d commit 30dd8c4

File tree

1 file changed

+1
-1
lines changed
  • docs/web-servers/nginx/install-nginx-ubuntu

1 file changed

+1
-1
lines changed

docs/web-servers/nginx/install-nginx-ubuntu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Currently, the best way to install NGINX on Ubuntu 18.04 is to use the version i
3232

3333
### Add Basic Site
3434

35-
NGINX site-specific configuration files are kept in `/etc/nginx/sites-available` and symlinked into `/etc/nginx/sites-enabled/`. Generally you will want to create a separate original file in the `sites-available` directory for each domain or subdomain you will be hosting, which have a symlink in the `sites-enabled` directory.
35+
NGINX site-specific configuration files are kept in `/etc/nginx/sites-available` and symlinked into `/etc/nginx/sites-enabled/`. Generally you will want to create a separate original file in the `sites-available` directory for each domain or subdomain you will be hosting, and then set up a symlink in the `sites-enabled` directory.
3636

3737
1. Copy the default configuration file. Replace `example.com` with your website's domain name or your Linode's public IP address.
3838

0 commit comments

Comments
 (0)