thefarang
-
Posts
16 -
Joined
-
Last visited
Community Answers
-
thefarang's post in Error 1S160/2 After Moving Over to NGINX was marked as the answer
Just an update in case anyone else has this issue.
I changed:
try_files $uri /index.php?$args; to
try_files $uri $uri/ /index.php; I can log into /admin now. Not sure everything is working yet (still testing) but that overcomes the first hurdle 🙂