mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-09 06:56:51 +00:00
16 lines
293 B
ApacheConf
16 lines
293 B
ApacheConf
|
Options +ExecCGI
|
||
|
DirectoryIndex response.d0ir
|
||
|
<Files response.d0ir>
|
||
|
SetHandler cgi-script
|
||
|
</Files>
|
||
|
# allow,deny: accept = A && !D
|
||
|
# deny,allow: accept = !(D && !A) == A || !D
|
||
|
<Files *.d0s*>
|
||
|
Order allow,deny
|
||
|
deny from all
|
||
|
</Files>
|
||
|
<Files config.pl>
|
||
|
Order allow,deny
|
||
|
deny from all
|
||
|
</Files>
|