7 lines
No EOL
120 B
Text
7 lines
No EOL
120 B
Text
server {
|
|
listen 80;
|
|
location / {
|
|
root /assets;
|
|
autoindex on;
|
|
}
|
|
} |