Closed noor-alghamdi closed 4 years ago
@xet7 Dear mr.lauri your cooperation is really appreciated
please any update!
Dear mr.lauri good morning,
the application layer is working fine with me an I'm running the application on port 80 , but in the wb layer which has niginx installed it doesn't redirect me anywhere , it still shows nginx default page!
this is my configuretion for App server
this is mu config for web server
please I need your advice
when I run the dns in browser it keeps showing nginx default page
oh sorry for bothering I found that I'm saving my configuration in nginx file without ".conf" extension :) my bad
@namacoconut
It's great you got it working! :+1: :smile:
@xet7 good morning mr.lauri,
how to access the DB data if I am using snap instance?
thank you.
@namacoconut
With nosqlbooster GUI, connect via SSH to Wekan server localhost port 27019.
@xet7 hello everyone,
I'm trying to run wekan snap instance uing 3tiers architecture, 1layer for webe that will have nginx, the second one for App that will have wekansnap instance, and the third layer will be the DAtabase,
on the web server I installed nginx normal installation and I added a DNS and continued the configuration as described on this link: https://github.com/wekan/wekan/wiki/Nginx-Webserver-Config
but I'm not using 3001 port instead I'm using port 80! would that cause an issue?
but now when I try to run the DNS for example : https://sometnig.com
it shows the default page of nginx, it doesn't redirect me to application!
I've worked with nginx before.