Skip to content

Commit

Permalink
fix nginx conf sample
Browse files Browse the repository at this point in the history
  • Loading branch information
xubiaolin authored Oct 27, 2024
1 parent df1d79f commit 9b22600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ server {
server {
listen 80;
server_name {CUSTOME_DOMAIN}; //替换自己的域名
server_name {CUSTOME_DOMAIN}; #替换自己的域名
return 301 https://$server_name$request_uri;
}
```
Expand Down Expand Up @@ -478,4 +478,5 @@ services:
- 精钢葫芦娃
-
- 王小新
- 匿名

0 comments on commit 9b22600

Please sign in to comment.