feat: snipeit
This commit is contained in:
parent
ca7fb59460
commit
b251cc9894
3 changed files with 45 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name snipe.ixvd.net;
|
||||
|
||||
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
|
||||
|
||||
# default html page
|
||||
location / {
|
||||
proxy_pass http://snipeit;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue