Skip to content

Commit d3913b3

Browse files
matifalibpmct
andauthored
Update examples/web-server/nginx/README.md
Co-authored-by: Ben Potter <me@bpmct.net>
1 parent 099428a commit d3913b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/web-server/nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
> This example assumes Coder is running locally on `127.0.0.1:3000` for the subdomain `YOUR_SUBDOMAIN` e.g. `coder.example.com`.
1717
18-
- create a new file for this app : `sudo touch /etc/nginx/sites-available/YOUR_SUBDOMAIN`
18+
- Create NGINX configuration for this app : `sudo touch /etc/nginx/sites-available/YOUR_SUBDOMAIN`
1919

20-
- and activate this file : `sudo ln -s /etc/nginx/sites-available/YOUR_SUBDOMAIN /etc/nginx/sites-enabled/YOUR_SUBDOMAIN`
20+
- Activate this file : `sudo ln -s /etc/nginx/sites-available/YOUR_SUBDOMAIN /etc/nginx/sites-enabled/YOUR_SUBDOMAIN`
2121

2222
## Install and configure LetsEncrypt Certbot
2323

0 commit comments

Comments
 (0)