We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41053bc commit 7db0adfCopy full SHA for 7db0adf
1 file changed
misc/share_jupyter/proxy/https.conf
@@ -22,6 +22,7 @@ server {
22
location / {
23
alias /home/jovyan/work/;
24
autoindex on;
25
+ include mime.types;
26
types {
27
text/plain py;
28
}
0 commit comments