0
I’m trying to spin the Taiga. on my computer. All part of backend works normally, but when I try to access the URL exemplo.com
, doesn’t work.
I’m using: http://taigaio.github.io/taiga-doc/dist/setup-production.html as a tutorial.
0
I’m trying to spin the Taiga. on my computer. All part of backend works normally, but when I try to access the URL exemplo.com
, doesn’t work.
I’m using: http://taigaio.github.io/taiga-doc/dist/setup-production.html as a tutorial.
1
"example.com" is a valid URL on the Internet, does not point to your computer, (and does not have a version of Taiga backend running on example.com, which is a reserved domain). To access the backend on your computer try changing the settings to http://127.0.0.1:9001/
or http://localhost:9001/
.
See that the values are used as "example" and not what you should put in the files:
Copy-Paste the following config into ~/taiga-back/Settings/local.py and update it with your Own Details
PS. I answered your question - after all, it is a simple question, and there is no reason to keep you waiting - but try to edit translate your question into Portuguese, to maintain the consistency of the content. You can create other direct questions in English in stackoverflow.com, if you prefer (without the . br)
Browser other questions tagged python nginx localhost webserver
You are not signed in. Login or sign up in order to post.
Welcome to Sopt, questions should be asked on portuguese, if possible translate the question so you can get help, I recommend you do the Tour to understand how the site works ;)
– Tuxpilgrim