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

ACA nginx proxy works with Firefox not Google Chrome #6

Open
stevereiner opened this issue Oct 13, 2024 · 0 comments
Open

ACA nginx proxy works with Firefox not Google Chrome #6

stevereiner opened this issue Oct 13, 2024 · 0 comments

Comments

@stevereiner
Copy link

Needed to add listen [::]:80; to /etc/nginx/sites-available/alfresco-content-app file
for ACA on Chrome to also work

server {
listen 80;

changed to
server {
listen 80;
listen [::]:80;

or in scripts/10-install_nginx.sh

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

1 participant