default.conf 134 B

123456789
  1. server {
  2. listen 80;
  3. server_name _;
  4. location / {
  5. root /usr/share/nginx/html;
  6. index index.html;
  7. access_log on;
  8. }
  9. }