8 lines
82 B
Plaintext

server {
listen REPLACE_PORT;
location / {
root /assets;
autoindex on;
}
}