We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c44c9 commit a1fad41Copy full SHA for a1fad41
misc/ssl-certificate-implemented/README.md
@@ -1,8 +1,10 @@
1
### 1. Update Nginx config
2
Added the SSL section and a rewrite of port 80 to 443 in the Nginx configuration
3
+
4
```bash
5
nano /etc/nginx/sites-enabled/gitlab
6
```
7
8
9
server {
10
listen 80;
@@ -102,4 +104,4 @@ To make sure you didn't miss anything run a more thorough check with:
102
104
103
105
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
106
-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