local-nginx-tutorial/eg2/nginx.conf

5 lines
57 B
Nginx Configuration File
Raw Permalink Normal View History

2023-05-02 22:34:20 +10:00
server {
location / {
root /data/www;
}
}