mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge cbf2d901a6 into b7408cbfe9
This commit is contained in:
commit
14c5ef52b2
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def parse_arguments():
|
|||
|
||||
|
||||
class ComplexHTTPRequestHandler(server.SimpleHTTPRequestHandler):
|
||||
SUFFIXES = [".html", "/index.html", "/", ""]
|
||||
SUFFIXES = ["/index.html",".html", "/", ""]
|
||||
|
||||
extensions_map = {
|
||||
**server.SimpleHTTPRequestHandler.extensions_map,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue