腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Symfony2
nginx
conf
问题
、
、
我有一个基于
symfony2
的项目,以
nginx
为服务器。我使用了symfony文档中的官方配置看起来
nginx
认为app_dev.php是一个目录配置有什么
问题
?该项目还使用assetic作为css和js资源。
浏览 11
提问于2017-07-17
得票数 0
1
回答
使用php运行PHP脚本
我刚刚安装了
nginx
和php-fpm,根据这个,我现在正在访问php网页,而php代码没有呈现出来。 <?php echo 'test' ?>
浏览 2
提问于2015-07-05
得票数 0
3
回答
laravel 5 heroku 404未找到ngix
、
、
、
这是我的Procfile:现在,如果我尝试同样的事情,但在apache服务器上运行得很好: web: vendor/
浏览 0
提问于2015-06-04
得票数 7
1
回答
在不加载css的
nginx
上安装
symfony2
、
、
我有个
问题
,我想在
nginx
上安装
symfony2
,框架已经安装,但是没有加载css、js、img。所以我只查看没有样式的主页。server_name symfony.dev;error_log /var/log/
nginx
fastcgi_param SCRIPT_FILENAME $document_root$fastcg
浏览 0
提问于2015-02-04
得票数 3
回答已采纳
1
回答
Symfony2
:缓存管理接口
、
、
我使用
Symfony2
来构建一个从web服务请求数据的网站。请求来自服务器(而不是客户端)。我想使用缓存机制来存储从web服务接收到的响应,这样我就不会一次又一次地发出相同的请求。
浏览 2
提问于2014-01-07
得票数 1
1
回答
在子目录和普通项目中使用
symfony2
的
nginx
、
、
我的
nginx
配置有
问题
。
Symfony2
项目(路径如localhost/
sy
浏览 1
提问于2013-12-06
得票数 0
1
回答
Nginx
conf
重复
问题
、
、
使用数码海洋,我最近升级了Ubuntu从v14到v16,现在我似乎在运行
nginx
-t时遇到了
Nginx
的
问题
。SAMEORIGIN";add_header X-Xss-Protection "1";📷
浏览 0
提问于2019-10-19
得票数 1
回答已采纳
2
回答
要复制文件的Dockerfile
、
我正在编写一个Dockerfile来创建一个具有基本http身份验证的
nginx
镜像。我需要复制我的本地
nginx
.
conf
文件和一个包含登录信息的文件(htpasswd),并将其写入Dockerfile文件,但它似乎不起作用。当我查看容器中的
nginx
.
conf
时,它仍然是默认的,并且网页上没有身份验证功能。帮助? FROM
nginx
:latest ADD ./gilbard /usr/share/
nginx
/ht
浏览 13
提问于2019-10-01
得票数 0
1
回答
卷挂载无法按预期工作,
nginx
无法找到.config文件
、
/
nginx
/
nginx
.
conf
:/etc/
nginx
- 80:80 - backend/
nginx
.
conf
/etc/
nginx
/
nginx
.
conf
Project|___backend|
浏览 7
提问于2022-10-13
得票数 0
回答已采纳
1
回答
我的
nginx
在哪里配置?更改
nginx
.
conf
仍然会让我看到“欢迎来到
nginx
”页面
我正在运行Ubuntu并安装了
nginx
。我最初对它进行了配置,它正在按预期工作。我使用一个脚本()来修复我的
nginx
启动和停止脚本。在我这样做之后,我注意到我的网站现在显示了
nginx
‘欢迎来到
nginx
!’页上没有我更改我的
conf
文件。现在我无法让
nginx
显示我的网站。我找不到什么让
nginx
服务于/usr/share/
nginx
/html/index.html的文件。我已经检查了配置文件位于
浏览 5
提问于2013-08-17
得票数 0
回答已采纳
1
回答
通过Symfony2+
nginx
ENV vars传递的原则凭证不被认可;DB‘连接被拒绝’。cmd线没
问题
。怎么修?
、
、
、
、
在新的
symfony2
安装中,我通过 [Unit] After=ExecStartPre=/usr/sbin/
nginx
-t -c /etc/
nginx
/
nginx
.
conf
ExecStart=/usr/
浏览 3
提问于2015-04-20
得票数 1
回答已采纳
1
回答
如何正确使用投影卷和configMaps的子目录
、
、
、
码头群:configs: file: /run/configs/www/etc/
nginx
/
nginx
.
conf
:
nginx
_
conf
_security-parameters target: /usr/local/etc/
nginx
浏览 3
提问于2020-08-01
得票数 1
回答已采纳
1
回答
Heroku Local:"http“指令是重复的
、
我在运行heroku local时遇到了以下
问题
我在我的composer.json中安装了composer.json,并重新安装了
nginx
(使用brew install
nginx
) 有人能跟我解释一下会发生什么吗?
浏览 2
提问于2016-05-19
得票数 4
回答已采纳
1
回答
EmberJS &
Nginx
-路由返回404 s
、
这似乎是一个简单的
问题
,但我无法找到任何关于如何修复它的官方信息。根路径/工作正常。user
nginx
;pid /var/run/
nginx
.pid/
conf</e
浏览 2
提问于2018-01-07
得票数 0
1
回答
/etc/init.d/
nginx
不可执行
、
、
我在网上搜索了一段时间,但我没有找到解决方案,所以我在这里问:我的
问题
是,为什么这个文件(/etc/init.d/
nginx
)不能执行?
nginx
: You don't have permissions to execute
nginx
.
Nginx
(在阅读这段代码时您会知道
浏览 5
提问于2014-01-25
得票数 6
1
回答
为什么没有呈现我的php?为什么我的php页面是空白的?
、
、
、
、
/
conf
.d/*.
conf
; server_names_hash_bucket_size3 12:40 default.
conf
-> /etc/
nginx
/sites-available/default.
conf
我希望这是一切。
nginx<
浏览 0
提问于2019-05-03
得票数 2
回答已采纳
1
回答
debian:jessie docker映像不安装带有HTTP/2支持的
Nginx
、
、
、
ADD
conf
.d/
nginx
.
conf
/etc/
nginx
/ RUN ln -s /etc/
nginx
/sites-available/
浏览 10
提问于2022-04-06
得票数 0
1
回答
让
nginx
在docker中很好地使用php-fpm
、
、
、
我正在尝试用
nginx
和php-fpm设置docker,但似乎
nginx
conf
出了点
问题
(我不知道具体是什么)。:/var/www/html networks: image:
nginx
/
nginx
.
conf
:/etc/
nginx<
浏览 8
提问于2019-08-15
得票数 0
回答已采纳
2
回答
Docker上的本地主机存在“服务器名称冲突”
问题
。
、
、
、
server name "localhost" on 0.0.0.0:80, ignored现在,我的码头site.
conf
只有一个vhost: #The port to listen on./site.
conf
:/etc/
nginx
浏览 0
提问于2018-12-11
得票数 1
1
回答
Kubernetes入口编辑: HTTP 400坏请求-普通HTTP请求被发送到HTTPS
、
、
显然,当我们在清除webapp部署后重新部署webapp时,这个
问题
就解决了. 对此的任何指针都将是很棒的,因为这发生在我们的PROD上,而不能在任何较低的env上重复。注意:-
Nginx
侵入控制器设置在较低的envs和Prod env之间是相同的。
浏览 0
提问于2018-11-29
得票数 2
回答已采纳
点击加载更多
相关
资讯
Nginx配置文件nginx.conf详解
用ChatGPT配置Nginx.conf
解决Nginx出现“Too many open files”的问题
SpringBoot- 技术专题 -Websocket+Nginx出现404问题
一个nginx 502问题解决方案
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
智聆口语评测
活动推荐
运营活动
广告
关闭
领券