site.com.conf 93 B

12345
  1. server {
  2. listen 80;
  3. server_name site.com;
  4. root /var/www/htdocs;
  5. }