parent
315299114e
commit
0c30009938
@ -0,0 +1,17 @@
|
||||
master_process off;
|
||||
|
||||
events {
|
||||
worker_connections 1;
|
||||
use poll;
|
||||
}
|
||||
|
||||
http {
|
||||
server {
|
||||
server_name _;
|
||||
listen 80;
|
||||
location / {
|
||||
root /;
|
||||
autoindex on;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue