5da5f18760
This functionality is required in order to perform partitioning/provisioning.
9 lines
124 B
INI
9 lines
124 B
INI
server {
|
|
listen 8000;
|
|
root /var/lib/tftp;
|
|
|
|
location / {
|
|
autoindex on;
|
|
}
|
|
}
|