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

9 lines
113 B
Plaintext
Raw Normal View History

2019-06-02 11:30:53 +02:00
server {
listen [::]:80;
server_name repo.spotter.cz;
location / {
root /srv/build;
}
}