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 a474bb1 commit 2f555a5Copy full SHA for 2f555a5
install/centos/README.md
@@ -488,8 +488,8 @@ Open `/etc/httpd/conf.d/gitlab.conf` with your editor and replace `git.example.o
488
Add `LoadModule ssl_module /etc/httpd/modules/mod_ssl.so` in `/etc/httpd/conf/httpd.conf`
489
490
If you want to run other websites on the same system, you'll need to add in `/etc/httpd/conf/httpd.conf`:
491
-```
492
+```
493
NameVirtualHost *:80
494
<IfModule mod_ssl.c>
495
# If you add NameVirtualHost *:443 here, you will also have to change
0 commit comments