Hello I am using a tool purchased on codecanyon I followed ht instructions in this doc using cloud panel on a droplet and it did not work.
Help Docs: 66biolinks.com/docs/#nginx
These are the errors I am getting from cloud panel
Any help would be greatly appreciated as the seller is being very difficult with supporting their product.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey!
As far as I can tell you do have an extra
location
keyword on line 54 right before the if condition.So this rule here is invalid:
You need to remove that line, and add the
if
statement inside your existinglocation / { ... }
directive, eg:Hope that this helps!
If you still have any questions, feel free to share your complete Nginx server block here so I can advise you where exactly this needs to go.
Best,
Bobby