Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible nginx miss configuration in "location / {..." #389

Open
mustafamoe opened this issue Apr 26, 2023 · 1 comment
Open

Possible nginx miss configuration in "location / {..." #389

mustafamoe opened this issue Apr 26, 2023 · 1 comment

Comments

@mustafamoe
Copy link

This code was auto-generated by the script:

location / {
proxy_pass http://127.0.0.1:8069;
# by default, do not forward anything
proxy_redirect off;
}

But when I search on the browser for "exampel.com" it redirects me to "http://127.0.0.1:8069", so I searched a little bit and tried commenting out "proxy_redirect off;" and it worked

location / {
proxy_pass http://127.0.0.1:8069;
# by default, do not forward anything
# proxy_redirect off;
}

is it an issue or it's important, thanks!

@danayen
Copy link

danayen commented May 8, 2023

1- remove installed odoo.
2- Re-download script and replace it to server.
3- Only change these lines:
3-1- your domain field. Line 40: WEBSITE_NAME -> valid domain and changed dns.
3-2- ADMIN_EMAIL at line 46 -> (enter valid email).
4- install by script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants