nginx.conf 105 Bytes
server {
  listen 80;

  location /luna/ {
    try_files $uri / /index.html;
    alias /opt/luna/;
  }
}