腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
如何将
Nginx
的重写规则从dotCloud迁移到Next dotcloud?
、
、
、
我将一个static应用程序从dotcloud迁移到Next dotCloud,发现我的
nginx
regrite规则不起作用。
浏览 5
提问于2015-04-29
得票数 0
4
回答
linux 服务器如何禁止ip访问,只能用
域名
访问?
、
、
、
centosserver{ server_name _; }500 Internal ServerErro找不到服务器界面呢?
浏览 2254
提问于2017-11-23
7
回答
Nginx
将非www前缀域重写为www前缀域
、
、
我看到
Nginx
有一个例子,将一个带www前缀的
域名
重写为一个非www前缀的
域名
: set $host_without_www $1;if ($host !# check host is of the form xxx.xxx (i.e. no subdomain)
rewri
浏览 2
提问于2009-10-27
得票数 40
回答已采纳
8
回答
如果未找到上游中的主机,则设置
nginx
不会崩溃
、
、
我们在Docker的公共
域名
下有几个rails应用程序,我们使用
nginx
将请求定向到特定的应用程序。^/foo/assets(/.*)$ /assets/$1 break; proxy_pass http://foo;
rewrite
^/ba
浏览 1
提问于2015-09-29
得票数 170
2
回答
Kubernetes
NGINX
-入口返回404
、
((192.168.0.15,6,7)) 但是,我正在尝试使用NodePort和
NGINX
-Ingress公开一个api。连接被拒绝”: apiVersion: networking.k8s.io/v1metadata: annotations:Annotations:
浏览 77
提问于2020-11-05
得票数 0
1
回答
如何使用
nginx
将
域名
重写为不同
域名
中的特定URL?
我有一个需要使用
nginx
重写的域,指向不同域中的特定路径,如下所示:两个域都指向同一主机(DNS)。下面是我的
nginx
default.conf文件: listen 80;
rewrite
^ https://stage.domain1.com/we
浏览 11
提问于2017-03-02
得票数 0
0
回答
nginx
启动报错?
、
、
、
、
nginx
: [warn] invalid value "TLSv1.1" in /usr/local/
nginx
/conf/
nginx
.conf:58 listen443; ssl on; ssl_cer
浏览 885
提问于2019-07-12
1
回答
域名
不适用于
nginx
中的某些端口。
、
、
我在我的ubuntu服务器上使用
nginx
,配置如下:listen 80;location = /favicon.icooff; log_not_found off; } root /home/user/project;location /download {http:/
浏览 2
提问于2017-09-28
得票数 2
回答已采纳
2
回答
Kubernetes Ingress负载平衡器IP
在带有
Nginx
入口控制器的K8s设置中,我们可以同时使用入口LB IP和
域名
来访问应用程序吗?我已经使用"example.local“的虚拟
域名
配置了入口资源。这很好,当我使用这个
域名
访问应用程序时。但是,当我使用相应的LB IP访问它时,它将返回404页,未找到。example.local Annotations: kubernetes.io/ingress.class:
ngi
浏览 13
提问于2022-07-30
得票数 0
1
回答
403显示与WWW [
Nginx
]
、
、
只有使用此
域名
,我才能访问该网站:也就是说,我可以访问它,但是如果我添加www,就可以访问www;我得到了403屏幕。这是我的
Nginx
餐厅。1000M; index index.php index.html index.htm-e $request_filename){
re
浏览 1
提问于2018-06-15
得票数 1
回答已采纳
3
回答
Kubernetes入口
域名
重定向
、
、
、
我想在
nginx
入口kubernete中重定向
域名
。extensions/v1beta1metadata: certmanager.k8s.io/cluster-issuer: staging kubernetes.io/ingress.class:
nginx
name: st
浏览 2
提问于2019-11-04
得票数 6
回答已采纳
1
回答
Nginx
将其他域掩蔽到我的域
是否可以在html中使用
nginx
将其他域屏蔽到我的
域名
中,例如: <iframe src="https://example.com/embed/abcd" frameborder="0" width=http://example2.com/embed/abcd" frameborder="0" width="640" height="450" scrolling=
浏览 0
提问于2017-07-27
得票数 0
回答已采纳
1
回答
NGINX
不尊重server_name准则
我有这个
nginx
配置。我想要它接受所有域,其中包含单词竞争,并以.com.au结束。我已经用一个不应该被接受的
域名
进行了测试,但是它到达了应用程序。(.+)\.com\.au; error_log /var/log/
nginx
/error.log~* ^www){
rewrite
^/(.
浏览 4
提问于2020-12-26
得票数 1
回答已采纳
1
回答
未找到Plesk子文件夹/blog wordpress
nginx
404
、
、
、
node.js webiste,其中有一个博客文件夹,其中包含wordpress website.There主网站和博客homepage.But没有问题,如果我点击任何博客帖子,我得到404Not found
nginx
我更改了
nginx
.conf文件,但没有任何更改。我在/var/www/vhosts/system/example.com/conf/下的
nginx
.conf文件 server { listen 171.26.10.103:443 ssl http2;
浏览 13
提问于2020-01-13
得票数 0
2
回答
切换到ssl和设备令牌无效
、
、
我们刚刚将Rails3应用程序切换到了SSL,后来注意到密码恢复令牌在生产中不再起作用。当用户尝试使用电子邮件链接重置其密码时,它会显示“无效令牌”。devise :database_authenticatable, :invitable, :registerable,我没有使用任何像ssl_requirement这样的东西,因为我们刚刚在整个应用程序中普遍使用了ssl。我过期旧令牌,以确保
浏览 0
提问于2011-09-25
得票数 2
回答已采纳
1
回答
301在
nginx
上重定向
、
我正在做一个301重定向,从旧的
域名
到新的
域名
,但不能准确地使它工作。旧
域名
:新域
rewrite
^/(.*)$ https://donateers.org/$1 permanent;} 该站点正在使用
浏览 3
提问于2020-07-09
得票数 0
1
回答
如何在
nginx
重写规则中放入GET参数?
、
、
我对
nginx
非常陌生,只是在使用重写规则。显示为location @database {
rewrite
^/view/(.*) /view.php?
浏览 0
提问于2015-02-19
得票数 5
1
回答
将
域名
分配给kubernetes pod
我有一个运行
nginx
和一些web应用程序的服务。k8s部署清单如下所示:... hostIP: my ip protocol: TCP 当我通过https://ip:port或https://server_
域名
_名称:港口访问它时,它工作得很好,但是我如何设置
nginx
-ingress来摆脱端口号,并通过https://server_
域名
_名字?
浏览 0
提问于2023-01-19
得票数 0
1
回答
NGINX
重定向域不工作
、
我想把我的一个
域名
重定向到另一个
域名
。这两个域都是在Digital上配置的,我在其中设置DNS以指向服务器的IP附件。
nginx
server_name domain1.com; server_name domain2.com www.domain2.com;
浏览 1
提问于2017-06-18
得票数 1
回答已采纳
2
回答
Nginx
server_name不适用于重写子目录。
、
、
、
我正在尝试使用
nginx
将我的主页(www.domain.com)重定向到子目录(www.domain.com/store)。我有重定向工作,但每当我使用
域名
,它会将我重定向到ip地址(www.IP.com/store)。这是我的服务器
nginx
配置。提前感谢您的帮助!location / { }
rewrite
^/s
浏览 3
提问于2012-07-03
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券