diff --git a/install/centos/README.md b/install/centos/README.md index fcdcd7e..e6c9d8b 100644 --- a/install/centos/README.md +++ b/install/centos/README.md @@ -488,8 +488,8 @@ Open `/etc/httpd/conf.d/gitlab.conf` with your editor and replace `git.example.o Add `LoadModule ssl_module /etc/httpd/modules/mod_ssl.so` in `/etc/httpd/conf/httpd.conf` If you want to run other websites on the same system, you'll need to add in `/etc/httpd/conf/httpd.conf`: -``` +``` NameVirtualHost *:80 # If you add NameVirtualHost *:443 here, you will also have to change