Ok, got it working. I had to change:
location /forum {
To:
location /forum/ {
The extra slash on the end makes all the difference.
Ok, got it working. I had to change:
location /forum {
To:
location /forum/ {
The extra slash on the end makes all the difference.