diff options
author | jgart | 2021-09-22 01:09:21 -0400 |
---|---|---|
committer | jgart | 2021-09-22 01:09:21 -0400 |
commit | d116ca3a176d848209945703d3a254a71ba8c842 (patch) | |
tree | b45615299b06af1409bf61f4227b346a488f6084 /topics/notebooks/error-regarding-static-assets-after-forwarding.gmi | |
parent | cd53be5b71f8e240cdec1a1adaf4cfea5be73f74 (diff) | |
download | gn-gemtext-d116ca3a176d848209945703d3a254a71ba8c842.tar.gz |
Add binderlite static assets issue to issues directory
Diffstat (limited to 'topics/notebooks/error-regarding-static-assets-after-forwarding.gmi')
-rw-r--r-- | topics/notebooks/error-regarding-static-assets-after-forwarding.gmi | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/topics/notebooks/error-regarding-static-assets-after-forwarding.gmi b/topics/notebooks/error-regarding-static-assets-after-forwarding.gmi deleted file mode 100644 index 24cefa1..0000000 --- a/topics/notebooks/error-regarding-static-assets-after-forwarding.gmi +++ /dev/null @@ -1,27 +0,0 @@ -# Nginx forwarding error regarding static assets - -When nginx forwards the following jupyter notebook url: - -`http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa` - -I get the following error (see nginx question in notebooks/user-stories): - -``` -127.0.0.1 - - [20/Sep/2021 00:36:06] "POST / HTTP/1.1" 408 - -[W 04:46:28.035 NotebookApp] 404 GET /41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa (127.0.0.1) 39.990000ms referer=None -[W 04:46:28.081 NotebookApp] 404 GET /static/components/jquery-ui/themes/smoothness/jquery-ui.min.css (127.0.0.1) 2.160000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.085 NotebookApp] 404 GET /static/components/jquery-typeahead/dist/jquery.typeahead.min.css (127.0.0.1) 2.870000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.096 NotebookApp] 404 GET /static/style/style.min.css (127.0.0.1) 3.950000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.099 NotebookApp] 404 GET /static/components/react/react.production.min.js (127.0.0.1) 5.350000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.106 NotebookApp] 404 GET /custom/custom.css (127.0.0.1) 4.930000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.108 NotebookApp] 404 GET /static/components/es6-promise/promise.min.js (127.0.0.1) 6.110000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.110 NotebookApp] 404 GET /static/components/react/react-dom.production.min.js (127.0.0.1) 7.130000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.113 NotebookApp] 404 GET /static/components/create-react-class/index.js (127.0.0.1) 8.800000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.118 NotebookApp] 404 GET /static/components/requirejs/require.js (127.0.0.1) 3.320000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.122 NotebookApp] 404 GET /static/components/react/react.production.min.js (127.0.0.1) 2.700000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.126 NotebookApp] 404 GET /static/base/images/logo.png (127.0.0.1) 2.450000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.129 NotebookApp] 404 GET /static/components/react/react-dom.production.min.js (127.0.0.1) 1.860000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.135 NotebookApp] 404 GET /static/components/create-react-class/index.js (127.0.0.1) 1.520000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.141 NotebookApp] 404 GET /static/components/requirejs/require.js (127.0.0.1) 2.180000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -[W 04:46:28.181 NotebookApp] 404 GET /static/base/images/favicon.ico (127.0.0.1) 2.610000ms referer=http://localhost/58955/41634c46e4c1ef94b02b646509ae8a7bb023bb4ac7926faa -``` |