António P. P. Almeida

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

@cclafferty the idea of micro caching is to have a small TTL cache so that even if your content changes frequently your site will be able to withstand a great...

@cclafferty I think you're mixing things a little bit. nginx cannot set the upstream headers. nginx can only set **client** headers. What in fact happens is that by setting the...

@durist the reason is **simplicity**. It's easier to reason about the caching in your application if you use only **one authority**.: the server or the upstream. By setting it to...

Well IIRC when you add something to the cart you get a session, this means a cookie so that the connection between the client and the server can be made....

@heyyoyo I cannot reproduce your issue. I went to your shop added the 1948 item to my cart. Reloaded the page multiple times. The cookie is there and the cart...

Why merge? His version has less features, e.g., I have had upsert since the beginning. Also the way he defines the package is way outdated in terms of Lua.

Well It's quite easy. What Just add the headers in a file, call it CORS basic and include it. For example: ``` nginx ## Basic CORS support. add_header Access-Control-Allow-Origin '$http_origin'...

I will add a config file for this soon. Thanks for opening this issue. Now we live in a APi + frontend world indeed.

The answer is there. You have to increase the hash table size: http://nginx.org/en/docs/hash.html

I have no clue. It requires some delving into it. Let's see if by next month I can setup drupal 8 and try to debug the issue.