I'm running an Ubuntu 18.10 server running Nginx as installed from the Ubuntu repository. When I try to reach the web server, though, I get a 403 error from Nginx. I'm sure there's a simple fix, but I'm too green to know it. Can anyone help?
I'm running an Ubuntu 18.10 server running Nginx as installed from the Ubuntu repository. When I try to reach the web server, though, I get a 403 error from Nginx. I'm sure there's a simple fix, but I'm too green to know it. Can anyone help?
403 Forbidden is not an error code, but a HTTP status code. It is usually caused by an incorrect Index file or incorrect permissions. You should check nginx's error log file for more details.