9 lines
129 B
Plaintext
Executable File
9 lines
129 B
Plaintext
Executable File
server {
|
|
listen 80;
|
|
|
|
location / {
|
|
root /usr/share/nginx/html;
|
|
index index.html;
|
|
}
|
|
}
|