[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Problem with `mirage run`on unix build of static_website
This is handled by the URL dispatcher. Can't remember filename, but unikernel.ml or site.ml or something. There will be a match statement that maps the requested URL to an actual file, in a try clause that handles the case where the file doesn't exist iirc. You'll probably want to tweak that so that it also maps urls ending too/index.html to the file foo as well. If using cowabloga, this chunk of code could be in there instead, can't remember off top of my head. But look in the site code first... _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |