8 lines
83 B
Plaintext

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