Hexo

  • Home
  • Archives
  • Categories
  • Tags
  • About
  • Search

  • Table of Contents
  • Overview
  1. 1. 记录使用nginx过程中遇到的一些问题和解决方法
    1. 1.1. 403 Forbidden

Patrick Pan

62 posts
42 tags

记录使用nginx过程中遇到的一些问题和解决方法

Posted on 2019-05-11 Edited on 2024-05-21

记录使用nginx过程中遇到的一些问题和解决方法

403 Forbidden

系统ubuntu

修改文件/etc/nginx/nginx.conf

1
vim /etc/nginx/nginx.conf

将第一行的

1
user www-data;

改为

1
user root;

重启nginx

1
nginx -s reload
# nginx
VScode下搭配ESLint、typescript-eslint的代码检查配方
es6 之 Symbol
© 2024 Patrick Pan
Powered by Hexo & NexT.Pisces
0%