Skip to content
Snippets Groups Projects
Commit e338e85d authored by Luke Ashe-Browne's avatar Luke Ashe-Browne
Browse files

fixed typo

parent 32c6fe53
No related branches found
No related tags found
1 merge request!225Close #178 Nginx conf default_host documentation
Loading
@@ -34,11 +34,11 @@ upstream gitlab {
Loading
@@ -34,11 +34,11 @@ upstream gitlab {
   
## Normal HTTP host ## Normal HTTP host
server { server {
## Either remove "default_server" from the listen line below,
listether remove "default_server" from the listen line below,
## or delete the /etc/nginx/sites-enabled/default file. This will cause gitlab ## or delete the /etc/nginx/sites-enabled/default file. This will cause gitlab
## to be served if you visit any address that your server responds to, eg. ## to be served if you visit any address that your server responds to, eg.
## the ip address of the server (http://x.x.x.x/)n 0.0.0.0:80 default_server; ## the ip address of the server (http://x.x.x.x/)n 0.0.0.0:80 default_server;
listen 0.0.0.0:80 default_server;
listen [::]:80 default_server; listen [::]:80 default_server;
server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com
server_tokens off; ## Don't show the nginx version number, a security best practice server_tokens off; ## Don't show the nginx version number, a security best practice
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