403禁止的nginx / 1.11.9 – Laravel 4

我一直在得到

403禁止Nginx / 1.11.9

我已经运行: sudo composer update

我想我设置了适当的权限。

请求的URL未find – Laravel 5

Laravel Homestead(Windows)

如何在没有工匠的情况下运行Laravel?

laravel Redirect :: to()失去了端口

Laravel Homestead:403禁止Nginx

-rwxrwxrwx 1 root root 149 Feb 24 03:45 .gitignore -rwxrwxrwx 1 root root 12 Feb 24 03:45 .gitattributes -rwxrwxrwx 1 root root 146 Feb 24 03:45 CONTRIBUTING.md drwxrwxrwx 15 root root 4096 Feb 24 03:45 app -rwxrwxrwx 1 root root 567 Feb 24 03:45 PHPunit.xml drwxrwxrwx 2 root root 4096 Feb 24 03:45 bootstrap -rwxrwxrwx 1 root root 2452 Feb 24 03:45 artisan drwxrwxrwx 19 root root 4096 Feb 24 03:45 public -rwxrwxrwx 1 root root 519 Feb 24 03:45 server.PHP -rwxrwxrwx 1 root root 0 Feb 24 03:45 satisfiable -rwxrwxrwx 1 root root 1599 Feb 24 03:45 readme.md drwxr-xr-x 5 root root 4096 Feb 24 03:55 .. -rwxrwxrwx 1 root root 992 Feb 24 14:53 composer.json -rw-r--r-- 1 root root 116004 Feb 24 14:53 composer.lock drwxrwxrwx 6 root root 4096 Feb 24 14:53 . drwxrwxrwx 27 root root 4096 Feb 24 14:53 vendor

还有什么我应该看看?

ps aux | grep Nginx

root 12792 0.0 0.1 148960 1504 ? Ss Feb24 0:00 Nginx: master process /usr/sbin/Nginx -g daemon on; master_process on; forge 12793 0.0 0.4 148960 4840 ? S Feb24 0:00 Nginx: worker process root 26625 0.0 0.1 12952 1032 pts/0 S+ 15:10 0:00 grep --color=auto Nginx

代码运行无法打开input文件

未定义的索引:在Laravel迁移时REMOTE_ADDR

无法启动PHP5-fpm.service:单元PHP5-fpm.service被屏蔽了L​​aravel Forge

Laravel适当的权限

无法使用Laravel连接到本地MysqL服务器

尝试以下操作:

chown -R forge:forge /path/to/web/root

我有

root / home / forge / distributor-application / laravel;

我更新到

root / home / forge / distributor-application / laravel / public;

最后的样子

server { listen 80 default_server; listen [::]:80 default_server; server_name default; root /home/forge/distributor-application/laravel/public; ... }

我的网站现在正在加载。

相关文章

本篇内容主要讲解“gitee如何上传代码”,感兴趣的朋友不妨来...
这篇“从gitee上下的代码如何用”文章的知识点大部分人都不太...
这篇文章主要介绍“gitee如何下载仓库里的项目”,在日常操作...
本篇内容主要讲解“怎么在Gitee上更新代码”,感兴趣的朋友不...
本文小编为大家详细介绍“怎么将工程托管到gitee”,内容详细...
这篇文章主要介绍了gitee中图片大小如何调整的相关知识,内容...