CORS issue, how to work around it with Nginx Proxy Manager
PERMALINK
Posted on October 27, 2023
//
software
Reddit - Dive into anything
Reddit and its partners use cookies and similar technologies to provide you with a better experience.
www.reddit.comFirst comment:
You need to edit proxy settings for uptime kuma, under Custom Locations add a new location with location as / and then enter your scheme/hostname/port for uptime kuma. Then go to the gear icon besides location and enter
add_header 'Access-Control-Allow-Origin' *;
and then save.
Made static cms work with gitea/forgejo.