Skip to content

Commit a1fad41

Browse files
author
Wachiwi
committed
Updated typo
1 parent d3c44c9 commit a1fad41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/ssl-certificate-implemented/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
### 1. Update Nginx config
22
Added the SSL section and a rewrite of port 80 to 443 in the Nginx configuration
3+
34
```bash
45
nano /etc/nginx/sites-enabled/gitlab
56
```
7+
68
```bash
79
server {
810
listen 80;
@@ -102,4 +104,4 @@ To make sure you didn't miss anything run a more thorough check with:
102104

103105
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
104106

105-
If all items are green, then the SSL certificate successfully implemented
107+
If all items are green, then the SSL certificate successfully implemented

0 commit comments

Comments
 (0)