9 lines
124 B
INI
9 lines
124 B
INI
server {
|
|
listen 8000;
|
|
root /var/lib/tftp;
|
|
|
|
location / {
|
|
autoindex on;
|
|
}
|
|
}
|