Darren Sisson
Darren Sisson
@fipnooone thats the container name of the app, not the database, jsut use staging-project-mysql
if domain.com isnt on there then it matches against your 404 redirect, which if its not https will give cert error it needs a match against your container inorder to...
@semihsezer you need to pick nixpacks build pack and is static, not just static build pack with nginx Reason is nginx is trying to find the files statically, whereas if...
@semihsezer yeah sorry I misread, I think a recent change broke this, since all requests need to go to index.html https://github.com/coollabsio/coolify/commit/2c845461c95700920b794c7b5eb43c9eb546a532#diff-c5b79badffca7f1b143d696d6fe5c78647926f51993f09a3bcf0feb051aad49eL4059 Can you show nginx conf again and add the...
Or try something like this ``` server { location / { root /usr/share/nginx/html; index index.html index.htm; try_files $uri /index.html =404; } # Handle 404 errors error_page 404 /404.html; location =...
mine was working fine for the longest time, but now it charges to 100% no matter what i set, im wondering if a recent windows update has broken something edit...
@ton77v can you post an example of the labels of a pr container, just to check what is being added. if it is not specifying port then yes, it would...
@sardaukar i believe when editing the compose file, new entries are added into the coolify-db if they are missing or changed, but the old ones are not removed. this leaves...
@vitusan if your sub domain dns is pointing direct to server 2, then your main server should have no effect on what happens in server 2. the only issue, would...
@ChristophDietrich how are you routing to your nodes? direct or via your master?