deploy_saleor/resources/saleor-dashboard/dashboard-location

1 line
139 B
Text
Raw Permalink Normal View History

2021-02-06 02:47:14 +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; }