deploy_saleor/resources/saleor-dashboard/dashboard-location
Vague Rabbit 9ddad3c290 ^
2021-02-04 18:11:19 -08:00

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;
}