You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** CHANGE YOUR DOMAIN NAME IN THE FIRST LINE ** Content of the Caddyfile - make sure to change the domain to your own (do not preceed it with http:// or https://)
flowise.acushlakoncept.com # CHANGE THIS DOMAIN
# Templates give static sites some dynamic features
templates
# Compress responses according to Accept-Encoding headers
encode gzip zstd
# Make HTML file extension optional
try_files {path}.html {path}
# Send API requests to backend
reverse_proxy localhost:3000
# Serve everything else from the file system
file_server
Copy and paste the items from the .env example - or use the text below between the dashes - on Flowise and make sure to uncomment out the Username and Password and set your own