nginx.conf 105 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 server { listen 80; location /luna/ { try_files $uri / /index.html; alias /opt/luna/; } }