9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
server {
|
||
|
listen [::]:80;
|
||
|
server_name repo.spotter.cz;
|
||
|
|
||
|
location / {
|
||
|
root /srv/build;
|
||
|
}
|
||
|
}
|