neb/servers/apoc/docker-compose.d/custom/nginx/conf.d/snipeit.conf
2024-01-01 19:09:49 +01:00

11 lines
237 B
Text

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;
}
}