Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
add more rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
christophlingg committed Nov 12, 2019
1 parent 33d25f4 commit 718bb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server {
proxy_redirect off;
}

location ~ ^/(static|superset|sqllab|savedqueryview|druid|tablemodelview|databaseasync|dashboardmodelview|slicemodelview) {
location ~ ^/(|static|superset|sqllab|savedqueryview|druid|tablemodelview|databaseasync|dashboardmodelview|slicemodelview|dashboardasync|druiddatasourcemodelview|api|csstemplateasyncmodelview|chart|savedqueryviewapi|r|datasource|sliceaddview) {
try_files $uri /analytics/$uri /analytics/$uri?$query_string @rules;
}

Expand Down

0 comments on commit 718bb2e

Please sign in to comment.