default.conf 94 B

123456
  1. server {
  2. listen 80;
  3. location / {
  4. root /var/www/html;
  5. }
  6. }