default.conf 115 B

1234567
  1. server {
  2. listen 80;
  3. server_name _;
  4. location / {
  5. root /var/www/html;
  6. }
  7. }