Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1396
Change Details
Change Details
Old
New
Diff
nginx uses the following template for autoindex pages: ```lang=html <html> <head><title>Index of /[...]/</title></head> <body> [...] ``` It doesn't define the doctype, or something like `<meta charset="UTF-8" />` in head section.
nginx uses the following template for autoindex pages: ```lang=html <html> <head><title>Index of /[...]/</title></head> <body> [...] ``` It doesn't define the doctype, or something like `<meta charset="UTF-8" />` in head section.
Continue