This website requires JavaScript.
Explore
Help
Sign In
Disassembler
/
Spotter-VM
Watch
1
Star
0
Fork
0
You've already forked Spotter-VM
Code
Issues
78
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3d0670bde8
Spotter-VM
/
build
/
etc
/
nginx
/
conf.d
/
repo.conf
9 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add local nginx repository
2019-06-02 11:30:53 +02:00
server {
listen [::]:80;
Use repo.build.vm as local build host
2019-12-09 21:41:04 +01:00
server_name repo.build.vm;
Add local nginx repository
2019-06-02 11:30:53 +02:00
location / {
root /srv/build;
}
}
Reference in New Issue
Copy Permalink