DoTheEvo / selfhosted-apps-docker

Guide by Example
1.83k stars 129 forks source link

Too many requests #33

Closed Graxo closed 1 year ago

Graxo commented 1 year ago

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?

Graxo commented 1 year ago

Im using Nginx Proxy Manager instead of Caddy.

Graxo commented 1 year ago

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.