mirror of
https://github.com/linuxserver/docker-netbootxyz.git
synced 2026-02-05 11:37:27 +08:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
server {
|
|
listen REPLACE_PORT;
|
|
location / {
|
|
root /assets;
|
|
autoindex on;
|
|
}
|
|
}
|