@JuergenAuer I tried running nginx which according to it’s default file in the sites-available directory is set to run on port 80 but it failed to run. The error seemed to center around nginx not being able to bind to port 443. I saw that there was another file in there made for my server folder which had a line that said listen 443 ssl. I figured out that nginx was trying to run my domain from that port so I moved the same file in the sites-enabled folder into a temporary folder outside of the nginx directory. I typed in the command service nginx start and it is now running on port 80!
I’m now going to try the webroot authenticator.