5 lines
No EOL
172 B
Text
5 lines
No EOL
172 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;
|
|
} |