5 lines
57 B
Nginx Configuration File
5 lines
57 B
Nginx Configuration File
|
server {
|
||
|
location / {
|
||
|
root /data/www;
|
||
|
}
|
||
|
}
|