deploy_saleor/resources/saleor-dashboard/dashboard-location

5 lines
172 B
Text
Raw Normal View History

2021-02-05 02:11:19 +00:00
location ^~ /{app_mount_uri} {
alias /var/www/{host}/{app_mount_uri};
index index.html;
try_files $uri $uri/ /{app_mount_uri}/index.html;
}