Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Apr 4, 2024
1 parent 69d5e19 commit 30e0b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the
### 部署到vps或者云服务器
```
1. 创建一个ssl website(使用certbot and nginx, google下用法), 配置nginx,
/etc/nginx/sites-enabled/default 需要包含以下内容:
/etc/nginx/conf.d/default.conf需要包含以下内容:
...
server {
server_name your-proxy.domain.name
Expand Down
2 changes: 1 addition & 1 deletion README_english.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the

### Deploying to VPS or Cloud Server
```
1. Set up an SSL website (using Certbot and Nginx, Google for instructions) and configure Nginx. Your /etc/nginx/sites-enabled/default should include the following:
1. Set up an SSL website (using Certbot and Nginx, Google for instructions) and configure Nginx. Your /etc/nginx/conf.d/default.conf should include the following:
...
server {
server_name your-proxy.domain.name
Expand Down

0 comments on commit 30e0b88

Please sign in to comment.