DoTheEvo / selfhosted-apps-docker

Guide by Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many requests

Graxo opened this issue · comments

commented

Hi! im getting "Too many requests" after a fresh install.
I have removed Nextcloud form my phone(s) and also from my pc.. still getting this. How to i change this value?

commented

Im using Nginx Proxy Manager instead of Caddy.

commented

Added the following lines to the nginx.conf:
add_header Front-End-Https on;
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains";

Works fine now.