Skip to content

Commit

Permalink
Update V2Ray之TLS+WebSocket+nginx+Cloudflare CDN 配置方法.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bannedbook authored Mar 11, 2020
1 parent 6e24f94 commit 68ec7be
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ apt-get -y install nginx
```

然后替换/etc/nginx.conf为如下配置
下面的配置文件是通用配置,不管什么域名都可以使用,直接下载覆盖即可:

`wget https://raw.githubusercontent.com/bannedbook/fanqiang/master/v2ss/server-cfg/nginx.conf -O -> /etc/nginx/nginx.conf`

```javascript
user www-data;
worker_processes auto;
Expand Down

0 comments on commit 68ec7be

Please sign in to comment.