Spotter-VM/build/etc/nginx/conf.d/repo.conf

9 lines
111 B
Plaintext
Raw Normal View History

2019-06-02 11:30:53 +02:00
server {
listen [::]:80;
2019-12-09 21:41:04 +01:00
server_name repo.build.vm;
2019-06-02 11:30:53 +02:00
location / {
root /srv/build;
}
}