Skip to content

Commit 7db0adf

Browse files
committed
Fix mime types
1 parent 41053bc commit 7db0adf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

misc/share_jupyter/proxy/https.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ server {
2222
location / {
2323
alias /home/jovyan/work/;
2424
autoindex on;
25+
include mime.types;
2526
types {
2627
text/plain py;
2728
}

0 commit comments

Comments
 (0)