We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c80aa commit 7057975Copy full SHA for 7057975
websockify/websocketproxy.py
@@ -542,6 +542,8 @@ def websockify_init():
542
parser.add_option("--legacy-syslog", action="store_true",
543
help="Use the old syslog protocol instead of RFC 5424. "
544
"Use this if the messages produced by websockify seem abnormal.")
545
+ parser.add_option("--file-only", action="store_true",
546
+ help="use this to disable directory listings in web server.")
547
548
(opts, args) = parser.parse_args()
549
0 commit comments