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