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

Proper way to run behind Nginx Reverse Proxy #575

Closed
jarranz2 opened this issue Apr 12, 2020 · 5 comments
Closed

Proper way to run behind Nginx Reverse Proxy #575

jarranz2 opened this issue Apr 12, 2020 · 5 comments

Comments

@jarranz2
Copy link

Hello,

I'm trying to run Freescout behind a nginx reverse proxy. I'm not using Docker.

In .env file I've the following details:

APP_URL: https://mydomain.com
APP_FORCE_HTTPS:true

In Nginx reverse proxy, I have the following configuration:

`server {
listen 80;
listen 443 ssl;

    server_name mydomain;

ssl_certificate /etc/letsencrypt/live/mydomain/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/mydomain/privkey.pem; # managed by Certbot

    access_log /var/log/nginx/reverse-access.log;
    error_log /var/log/nginx/reverse-error.log;

    location / {
                proxy_pass http://the-ip-of-freescout-machine;

}
}
`

Freescout is not displaying the website and images under ssl. Firefox can not establish a secure connection.

Any help?

Thank you very much and excuse my english, I'm not native speaker.

@freescout-helpdesk
Copy link
Contributor

It looks like we can't provide help here.

@Processeur
Copy link

Hi Jarranz2,

I have exactly the same issue with apache reverse proxy and freescout. Did you found a solution by yourself?

@jarranz2
Copy link
Author

jarranz2 commented Jun 8, 2020 via email

@Processeur
Copy link

Too bad the tool seems to be promising.

@freescout-helpdesk
Copy link
Contributor

#887

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

3 participants