Skip to content
Snippets Groups Projects
Commit 0c4d4791 authored by Philip Elson's avatar Philip Elson :snake:
Browse files

Avoid trying to optimise static serving of the calculator app, since the nginx...

Avoid trying to optimise static serving of the calculator app, since the nginx configuration doesn't read symlinks anyway.
parent adb1f901
No related branches found
No related tags found
No related merge requests found
Pipeline #2069945 passed
../../cara/apps/calculator/static
\ No newline at end of file
......@@ -61,11 +61,6 @@ http {
}
rewrite ^/expert-app$ /voila-server/voila/render/cara.ipynb last;
# Give the static content of the calculator app a sensible name which is
# consistent with the static directory of the calculator webserver used
# for development.
rewrite ^/calculator/static/(.*)$ /calculator-static/$1 last;
# Before implementing the nginx router we could access /voila/render/cara.ipynb.
# Redirect this (and all other) URLs to the new scheme.
absolute_redirect off;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment