Skip to content

Commit 2f555a5

Browse files
committed
Fix code block
1 parent a474bb1 commit 2f555a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/centos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ Open `/etc/httpd/conf.d/gitlab.conf` with your editor and replace `git.example.o
488488
Add `LoadModule ssl_module /etc/httpd/modules/mod_ssl.so` in `/etc/httpd/conf/httpd.conf`
489489

490490
If you want to run other websites on the same system, you'll need to add in `/etc/httpd/conf/httpd.conf`:
491-
```
492491

492+
```
493493
NameVirtualHost *:80
494494
<IfModule mod_ssl.c>
495495
# If you add NameVirtualHost *:443 here, you will also have to change

0 commit comments

Comments
 (0)