docker-netbootxyz/root/defaults/default

8 lines
83 B
Plaintext

server {
listen ${NGINX_PORT};
location / {
root /assets;
autoindex on;
}
}