Nginx 403 Forbidden was finally solved, nginxforbidden

Source: Internet
Author: User

Nginx 403 Forbidden was finally solved, nginxforbidden

Nginx 403 Forbidden Solution

Step 1:

Check directory permissions. Add a permission if the permission is insufficient.

Example: chmod-R 755/var/www

 

Step 2:

Open nginx. conf

Example: vim/etc/nginx. conf

Change the user name to user root or other user names with high permissions.

 

Step 3

For centos, check if selinux is disabled.

View SELinux status:

1./usr/sbin/sestatus-v # If The SELinux status parameter is enabled, it is enabled.

SELinux status: enabled

2. getenforce # You can also use this command to check

Disable SELinux:

1. temporarily shut down (no need to restart the machine ):

Setenforce 0 # Set SELinux to permissive Mode

# Setenforce 1 Set SELinux to enforcing Mode

2. to modify the configuration file, restart the machine:

Modify the/etc/selinux/config file

Change SELINUX = enforcing to SELINUX = disabled

Restart the machine.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.