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

MisconfigurationError when installing nginx Debian 9 #579

Closed
amlopin opened this issue Jul 31, 2021 · 1 comment
Closed

MisconfigurationError when installing nginx Debian 9 #579

amlopin opened this issue Jul 31, 2021 · 1 comment

Comments

@amlopin
Copy link

amlopin commented Jul 31, 2021

Hi fellas,

I am trying to install the script but I am facing some issue when nginx is installing.
Debian 9, Dedicated server, fresh install

Could you please have a look? Many thanks

https://pastebin.com/uUZisKqi

@amlopin
Copy link
Author

amlopin commented Aug 1, 2021

I think, I have managed to fix it. After the installation is finished just run the following commands and atm it seems to be working:

sudo nano /etc/nginx/sites-enabled/default

#listen [::]:80;
#listen [::]:443 ssl http2 default_server;

sudo /etc/init.d/nginx restart

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