How to setup nginx and a subdomain
- by Evolutio
i have gitlab installed on my server and it works on all domains eg: git.lars-dev.de, lars-dev.de and *.lars-dev.de how I can run gitlab only on git.lars-dev.de and another subdomain on files.lars-dev.de?
my lars-dev conf:
server {
listen *:80; ## listen for ipv4; this line is default and implied
#listen [::]:80 default_server…