1 line
No EOL
139 B
Text
1 line
No EOL
139 B
Text
location ^~ /{app_mount_uri} { alias /var/www/{host}/{app_mount_uri}; index index.html; try_files $uri $uri/ /{app_mount_uri}/index.html; } |