That's convenient but it's still difficult to troubleshoot for someone that has no coding experience such as myself. I see that's a sample for "Unix". How about a version for "Windows"? How would it be different? What would the following appear as?
Would it look like this?
I also see this:
Is that link for the website only, is it assuming the forums are in the root director of the website, or is it saying you enter the URL of the forums on the website?
Code: Select all
server_name mywebsite.com/forums;
Or it it simply this?
And what about this?
Is that supposed to be this?
Or this?
Or this?
And shouldn't the following include an
index.php?
Code: Select all
try_files $uri $uri/ @rewriteapp;
So that it looks like this?
Code: Select all
try_files $uri $uri/ /index.php @rewriteapp;
Or is that completely unnecessary?
I've done so much work to my nginx.config file and yet I still can't upgrade my forums from 3.1.10 to 3.2.0. When I go to the
/install/
folder and click "
Update", it returns a "
500 Internal Server Error". I don't know what I'm doing wrong.
What I would like to know are two things:
- What are the issues with my nginx.config file?
- How do I get past the 500 Internal Server Error?
This is my topic:
viewtopic.php?f=556&t=2399956