JellyBool

17773 经验值

基本上就是下面三个关键的配置:

        server_name your_domain;

        location / {
                try_files $uri $uri/ /index.php?$query_string;
        }
        location ~ \.php$ {
                try_files $uri /index.php =404;
                fastcgi_split_path_info ^(.+\.php)(/.+)$;
                fastcgi_pass unix:/var/run/php7.1-fpm.sock;
                fastcgi_index index.php;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                include fastcgi_params;
        }

先看看视频吧

要不你就贴全部的配置出来,不然我也不知道。我觉得还是 location 没配置好吧

这个感觉很诡异,我以目前的信息是排不出什么错误

nginx -t

照着报错信息改就是。

你的报错信息是什么?

vue-for-idea 这个貌似作者下架了。

使用 Vue.js 这个插件就差不多了

配置的文件写错了吧

"m_index.html" 

就在这个附近,看看空格或者什么的

你是用的 startssl 么?

startssl 证书最近被 google 和很多厂商吊销了。

具体是什么错误