12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
server {
|
|
listen 80;
|
|
server_name api.example.com;
|
|
|
|
root /var/www/html;
|
|
|
|
location / {
|
|
}
|
|
|
|
}
|
|
|