diff options
Diffstat (limited to 'tools/conf/etc/nginx/sites-enabled/git.localhost.conf')
-rw-r--r-- | tools/conf/etc/nginx/sites-enabled/git.localhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/etc/nginx/sites-enabled/git.localhost.conf b/tools/conf/etc/nginx/sites-enabled/git.localhost.conf index d114ab8..910df66 100644 --- a/tools/conf/etc/nginx/sites-enabled/git.localhost.conf +++ b/tools/conf/etc/nginx/sites-enabled/git.localhost.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name git.localhost git.c9.core git.core.privat-network.net; + server_name git.localhost git.machine.example git.machine.example.org; root /srv/www/gitweb; |