10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
server {
|
|
server_name localhost;
|
|
location / {
|
|
root /data/www;
|
|
}
|
|
location /images/ {
|
|
root /data;
|
|
}
|
|
}
|