Fix .htaccess for no-gzip when in 'progress' mode
This commit is contained in:
parent
76b81a31ec
commit
16b5e4b018
@ -1,5 +1,5 @@
|
||||
AddHandler cgi-script .py
|
||||
Options +ExecCGI
|
||||
SetEnvIf Request_URI /progress/ no-gzip=1
|
||||
SetEnvIf Request_URI /:progress/ no-gzip=1
|
||||
|
||||
ErrorDocument 404 /morss.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user