MQ
MQ
> To anyone who got here. > > ```shell > curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o /usr/bin/cloudflared > ``` > > It was missing the `-L` flag. any idea how I can...
I solved this by adding this to my nginx.conf and I have CORS_ALLOWED_ORIGINS set ``` proxy_set_header X-Real-IP ${dollar}remote_addr; proxy_set_header X-Forwarded-For ${dollar}proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto ${dollar}scheme; ```
> What hosting provider you are using? Does they provide any kind of firewall so you can configure the rate limits to prevent this kind of issues? I am running...
I set a WAF rule in cloudflare to block by country. It solves the problem but it would be cool to have some captcha implementation in Evershop admin panel.
> Hi there! I just started experiencing this issue after recently updating. How can I switch to the "recommended edition" to see if this resolves it? > > Edit: Resolved...