a26dca8068
window
7 lines
259 B
ApacheConf
7 lines
259 B
ApacheConf
# Override server default MIME types so .py files get opened
|
|
# in developer's web browser.
|
|
# This is intended for use with the index in doc/browse-py,
|
|
# but you can disable it if it causes problems.
|
|
# See also: AddEncoding, ForceType
|
|
AddType text/plain .py
|
|
|