Skip to content
Snippets Groups Projects
Commit edcdbd67 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #3863 from crazyscience/patch-4

Fixed a nginx configuration
parents 37b357d1 bfe4af84
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -262,9 +262,10 @@ Download an example site config:
 
Make sure to edit the config file to match your setup:
 
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
# to the IP address and fully-qualified domain name
# of your host serving GitLab
# **YOUR_SERVER_FQDN** to the fully-qualified
# domain name of your host serving GitLab. Also, replace
# the 'listen' line with the following:
# listen 80 default_server; # e.g., listen 192.168.1.1:80;
sudo vim /etc/nginx/sites-available/gitlab
 
## Restart
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment