6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
server {
|
|
listen 80;
|
|
server_name sample-website;
|
|
root /usr/share/nginx/html;
|
|
}
|