Merge pull request #13 from aluaces/patch-1

Correct some subdomains in nginx reverse proxy documentation
This commit is contained in:
Matthew Wild 2021-02-01 17:07:14 +00:00 committed by GitHub
commit 548937400d
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/;