deploy_saleor/resources/saleor-dashboard/dashboard-location
2021-02-05 18:47:14 -08:00

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