local-nginx-tutorial/eg2/nginx.conf

5 lines
57 B
Nginx Configuration File

server {
location / {
root /data/www;
}
}