Skip to content

Commit

Permalink
Allow autoindex
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Feb 28, 2024
1 parent 712000e commit a3d3917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/executor/nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const passengerKeys = [
'document_root', 'base_uri', 'app_root', 'sticky_sessions'
];
const locationKeys = [
"root", "alias", "rewrite", "try_files", "return", "index", "expires", "allow", "deny",
"root", "alias", "rewrite", "try_files", "return", "index",
"expires", "allow", "deny", "autoindex"
];
const sslNames = ["", "off", "always", "on"];

Expand Down

0 comments on commit a3d3917

Please sign in to comment.