proxmaster/nginx-vhost.txt

12 lines
117 B
Plaintext
Raw Normal View History

2016-11-11 09:56:35 -05:00
server {
listen 80;
server_name api.example.com;
root /var/www/html;
location / {
}
}