Comments should be indented relative to the code in the block they are in.

Anti-pattern

    # 'httpd/unix-directory'
mimetype = 'application/x-directory'

Best practice

# 'httpd/unix-directory'
mimetype = 'application/x-directory'