António P. P. Almeida

Results 55 comments of António P. P. Almeida

Then set also inside the the `robots.txt` location: `gzip off;` ans see how it goes.

@Colin-b wouldn't it be preferable to breaking changes instead to introduce a keyword argument, e.g., ```python no_client_auth: bool=False ``` such that it would work as it works now by default,...

Hmm that's strange. AFAIK Chive uses `PATH_INFO`. I'll install a new version tomorrow and test it out. Thanks for your report. They (chive project) probably changed something in the meantime...

Hmm. I just installed Chive 1.0.2 and I don't see any privileges tab anywhere. Where's that? Can you guide me? Thanks.

Ok. I've seen it. But that's not the redirect that needs to happen. Remember that Chive relies solely on `PATH_INFO`. I think I got it covered. I'll be right back....

Try it out. Config [updated](https://github.com/perusio/chive-nginx/commit/d164ee13da2c0a06852b2c26c1f05df87703e997). Obrigado Felipe.

Well it could be a mere `return 302 /index.php/$request_uri` the reason I left the regex is for being easier to adapt when running in a subdir. Let's say you have...

What location is this `@php`?

Yep. But the problem is that now we have **uncontrolled** PHP script execution. Please list **all** PHP scripts that should be executed and I'll add it to the config giving...