By pest93
Hey. I wanted configure Apache and Nginx for working Ghost blog. For do it, I used this DigitalOcean article . When I changed sudo nano /etc/apache2/ports.conf I get Forbidden error. I tried o return file content, but problem remained.
Please help me.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Do you have an .htaccess file in the directory /home/webserver/? If not, check your /etc/apache2/apache2.conf Somewhere in your configuration you seem to have set:
Options -Indexes
You need to change that to:
Options +Indexes
Do you have an index file in your DocumentRoot? What are the last few lines of Apache’s error log?
sudo tail /var/log/apache2/error.log
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.