proxmaster/nginx-vhost.txt
2016-11-11 16:56:35 +02:00

12 lines
117 B
Plaintext

server {
listen 80;
server_name api.example.com;
root /var/www/html;
location / {
}
}