Correct some subdomains in nginx reverse proxy documentation

From the rest of the documentation, I think the domain names in the nginx snippet should be fixed this way.
This commit is contained in:
Alberto Luaces 2021-01-22 00:03:14 +01:00 committed by GitHub
parent 280fabb652
commit b1acb121db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ server {
ssl_certificate_key /path/to/key.pem;
server_name chat.example.com;
server_name groups.example.com;
server_name share.example.com;
server_name groups.chat.example.com;
server_name share.chat.example.com;
location / {
proxy_pass http://localhost:5080/;