vhost.conf 118 B

1234567
  1. server {
  2. listen 80;
  3. server_name osgameclones.com "";
  4. root /www;
  5. index index.html;
  6. }