nginx配置重定向到参数中的url
在配置nginx使其能达成这样一个条件,访问http://localhost:8080/test?url=https://www.baidu.com,跳转到url中的网址,即https://www.baidu.com配置location ~/test {  …
frp配置自定义域名
两种方式:配置自定义域名和配置自定义二级域名,两种二选一frps端:[common] bind_port = 7000 vhost_http_port = 8080 subdomain_host = yourdomainfrpc端:…
APACHE如何里一个站点绑定多个域名?用ServerAlias servername
APACHE2如何里一个站点绑定多个域名?用ServerAlias以前很笨,要使多个域名指向同一站点总是这样写:<VirtualHost *:80> ServerAdmin i@kuigg.com DocumentRoot /www/kuigg.com…
Apache下htaccess文件不起作用/rewrite 没有效果
【Apache下rewrite不成功】不成功按照如下三步排查:【第一步:打开rewrite 模块没有】首先 我们找到apache安装目录下的 /conf/http.cnf打开,文件 搜索rewrite 找到#LoadModule rewrite_module modules/mod_rewrite.…