nginx怎么配置IP和域名都能访问
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家提供动态代理服务器服务的企业,旨在帮助用户更好地管理网络访问和安全。以下是一些关于StormProxies的IP动态代理服务的特点:1. 高匿名性:StormProxies的动态代理服务器具有高匿名性,可以有效...
点击进入详情页
本回答由Storm代理提供
展开全部
1、添加server_name为空或者localhost
server {
listen 80;
server_name localhost;
location / {
if ($host ~ localhost) {
return 403;
}
}
}
2、添加server_name为yourdns
server
{
access_log /data/logs/nginx/access.log;
listen 80;
server_name yourdns;
charset utf-8;
root /data/www;
index index.html index.htm index.php;
location / {
expires 1d;
}
}
server {
listen 80;
server_name localhost;
location / {
if ($host ~ localhost) {
return 403;
}
}
}
2、添加server_name为yourdns
server
{
access_log /data/logs/nginx/access.log;
listen 80;
server_name yourdns;
charset utf-8;
root /data/www;
index index.html index.htm index.php;
location / {
expires 1d;
}
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |