mirror of
https://github.com/linuxserver/docker-netbootxyz.git
synced 2026-01-09 07:01:26 +08:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
server {
|
|
listen REPLACE_PORT;
|
|
location / {
|
|
root /assets;
|
|
autoindex on;
|
|
}
|
|
}
|