Skip to content

Commit

Permalink
Fix nginx settings on README.md about domain (RocketChat#1051)
Browse files Browse the repository at this point in the history
change to <domain.com> to <ABC.DOMAIN.COM>
  • Loading branch information
yuuri111 authored and MartinSchoeler committed Feb 20, 2019
1 parent f491e90 commit 582947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/paas-deployments/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ location / {
}
server {
listen 80;
server_name <domain.com>;
server_name <ABC.DOMAIN.COM>;
return 301 https://$host$request_uri;
}
```
Expand Down

0 comments on commit 582947a

Please sign in to comment.