前言
对于作者来说,若是购买了高质量的CN2 GIA线路,那么就仅仅只搭建一个梯子,有点。。。。。怎么说了,太浪费了。
有一个专属自己的博客,放点自己收藏的内容,并且博客作为V2RAY的伪装站点,也显得像那么回事。是吧。
但是,很多人购买的 CN2 GIA 本身就是低配版的 VPS ,所以内存基本都是什么256M、512M。
若是安装宝塔面板,光是面板本身就占用了不少的内存,所以WordPress和V2ray在运行的过程中,不是那么流畅。
所以我们也就抛弃宝塔面板,直接安装SQL+PHP搭建博客,顺便安装V2RAY+WS+TLS来作为我们的代理。
但是。。。很多人抛弃宝塔,根本不晓得网站应该怎么搭建,所以,今天它来了。。。。
这是来自 Randy’s 堡垒,就是A大大的一个脚本,但是这个脚本的一些参数有误,典型就是路径一项让很多小伙伴误解了,所以作者对此脚本进行了修改,修复了伪装路径的参数、修改ACME.SH证书申请脚本为多域名申请,集成了D8 5.1、DUX 6.0、Git等破解主题、BBRPLUS加速等。
本文章视频观看地址:点击观看
准备工作
1、VPS一台,重置好CentOS 7操作系统(注意:此脚本仅仅支持ContOS),本视频演示使用 死海网络 CN2 GIA洛杉矶的VPS,注册地址:点击注册
2、域名一个,使用顶级域名解析,WWW二级域名解析。域名注册地址(免费的隐私保护):点击注册 开启这个网站最好用代理,不然很慢
3、有能够读懂该文章的智商或是耐心。
一键安装脚本
本一键安装脚本,仅仅支持 centos 系统,大家请注意
2020年3月10日,更新脚本容错率(很多人反映博客成功而V2不能连接的,是因为作者脚本写错了一点,不好意思!已经更改。)
yum install -y wget && wget https://raw.githubusercontent.com/V2RaySSR/V2RaySSR/master/v2ray_ws_tls_wp.sh && chmod +x v2ray_ws_tls_wp.sh && ./v2ray_ws_tls_wp.sh
V2RAY配置信息在以下目录
/etc/v2ray/myconfig.json
强制更新SSL证书
acme.sh --cron -f
本脚本集成了PHP7.0+SQL5.6+WordPress最新版+V2ray+Ws+Tls+WordPress常用破解主题
波大,我也是这样啊!打开网站就让下载文件:<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
是哪里出问题了,请教波大!!!
波大,使用脚本安装完毕以后,v2ray无法使用,浏览器输入网站名只有一个php文件。<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
我也是这样的情况的哈
楼上的解决了吗
波大看一下这个错误,安装目录里没有这个文件,是不是安装不完整呀,已经用最新的脚本了。。。
4月 10 01:53:39 hk-testserver systemd[1]: Starting The nginx HTTP and reverse proxy server…
4月 10 01:53:39 hk-testserver nginx[13702]: nginx: [emerg] open() “/etc/nginx/nginx.conf” failed (2: No such file …tory)
4月 10 01:53:39 hk-testserver nginx[13702]: nginx: configuration file /etc/nginx/nginx.conf test failed
4月 10 01:53:39 hk-testserver systemd[1]: nginx.service: control process exited, code=exited status=1
4月 10 01:53:39 hk-testserver systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
4月 10 01:53:39 hk-testserver systemd[1]: Unit nginx.service entered failed state.
4月 10 01:53:39 hk-testserver systemd[1]: nginx.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
https://www.openssl.org/source/openssl-1.1.1a.tar.gz 已经改成f了,a版404。V2raySSR综合网请更新一下。
收到,谢谢你
安装nginx不成功,脚本里的这文件下载不到:https://www.openssl.org/source/openssl-1.1.1a.tar.gz,
连续创建了几个VM了,安装全部正常结束,V2Ray就是没法用呀!波哥,你的脚本更新了吗?
V2raySSR综合网你好!我在HostDare注册了VPS,然后用脚本安装后,V2ray连不上,网站也打不开,请教一下如何解决,谢谢!
GCP搭建了,网站打不开,v2ray也连不上。
我觉得是NGINX安装不成功的问题,脚本里的ssl指向文件已经下载不到了,所以NGINX根本就没安装
我的和你一样呢 解决掉了吗?