EN-US subdomains: fix typos

This commit is contained in:
AVAtar Mod 2021-07-31 09:36:13 +03:00
parent c4cc81fc66
commit 979e98d265
No known key found for this signature in database
GPG Key ID: 43198AE4D0774328
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ server {
} }
} }
``` ```
Wee can see following: We can see following:
``` ```
server { server {
listen 443 ssl http2; listen 443 ssl http2;
@ -70,12 +70,12 @@ To do this, we need:
... ...
include /etc/nginx/templates/example_service.tmpl; include /etc/nginx/templates/example_service.tmpl;
``` ```
As example, wee deleted As example, we deleted
``` ```
include /etc/nginx/templates/example_service.tmpl; include /etc/nginx/templates/example_service.tmpl;
``` ```
2. Create new site config at /etc/nginx/sites-available/ 2. Create new site config at /etc/nginx/sites-available/
As example, wee create example_service.example.com.conf As example, we create example_service.example.com.conf
3. Write config to file 3. Write config to file
We need server{} context with We need server{} context with
``` ```