default 83 B

1234567
  1. server {
  2. listen ${NGINX_PORT};
  3. location / {
  4. root /assets;
  5. autoindex on;
  6. }
  7. }