HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to make vanilla working on nginx 1.17.10 + php7.4? Ubuntu 18.04

edited May 2020 in Vanilla 3.x Help

Using this guide https://www.vultr.com/docs/how-to-install-vanilla-forum-on-ubuntu-18-04-lts

Now I'm at

Configure Nginx for use with the Vanilla forum.

sudo vim /etc/nginx/sites-available/vanilla.conf

and

Activate the new vanilla.conf configuration by linking the file to the sites-enabled directory.

sudo ln -s /etc/nginx/sites-available/vanilla.conf /etc/nginx/sites-enabled

But guys, there are no sites-available and sites-enabled in the new nginx version! They were in nginx 1.14 d of

I need help,

Who can tell me where's the main config of nginx in 1.17.10 version and what should I put in command line instead of

sudo ln -s /etc/nginx/sites-available/vanilla.conf /etc/nginx/sites-enabled

Pleaseeeee

Comments

Sign In or Register to comment.