Skip to content

Commit 2101cc7

Browse files
authored
sample.com
1 parent ce9cb07 commit 2101cc7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/notes/binlog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Even those experienced with traditional LEMP stacks may struggle to troubleshoot
1717
graph LR
1818
DB[(MariaDB)]
1919
LOG@{ shape: docs, label: "mariadb-bin.000001
20-
mariadb-bin.000002
21-
mariadb-bin.000003
22-
..." }
20+
mariadb-bin.000002
21+
mariadb-bin.000003
22+
..." }
2323
2424
DB-->|MriaDB Binlog|LOG
2525

content/notes/seo-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `xmlrpc.php` file is still necessary for WooCommerce functions, but it is of
1616
Edit the `user.conf` file:
1717

1818
```bash
19-
nano /opt/easyengine/sites/www.traviet.com/config/nginx/custom/user.conf
19+
nano /opt/easyengine/sites/sample.com/config/nginx/custom/user.conf
2020
```
2121

2222
Add the following lines:
@@ -83,7 +83,7 @@ My solution is to make Redis ignore specific query strings like `fbclid=`, `_gl=
8383
To implement this, modify the `main.conf` file. Note that these changes may be lost when updating EasyEngine (`ee cli update`), so you should keep a backup of the modifications.
8484

8585
```bash
86-
nano /opt/easyengine/sites/www.traviet.com/config/nginx/conf.d/main.conf
86+
nano /opt/easyengine/sites/sample.com/config/nginx/conf.d/main.conf
8787
```
8888

8989
Modify the relevant sections and replace `sample.com` with your domain:

content/notes/seo-security.vi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Một số biện pháp bảo mật và tối ưu tôi đã áp dụng cho hệ
1616
Chỉnh sửa file `user.conf`:
1717

1818
```bash
19-
nano /opt/easyengine/sites/www.traviet.com/config/nginx/custom/user.conf
19+
nano /opt/easyengine/sites/sample.com/config/nginx/custom/user.conf
2020
```
2121

2222
Thêm đoạn sau vào:
@@ -84,7 +84,7 @@ Giải pháp: Chỉ sử dụng URL gốc để kiểm tra cache trong Redis. N
8484
Chỉnh sửa file `main.conf` (lưu ý các thay đổi này sẽ bị mất khi cập nhật `ee cli update`, cần lưu lại để áp dụng lại sau):
8585

8686
```bash
87-
nano /opt/easyengine/sites/www.traviet.com/config/nginx/conf.d/main.conf
87+
nano /opt/easyengine/sites/sample.com/config/nginx/conf.d/main.conf
8888
```
8989

9090
Thêm đoạn sau (thay `sample.com` bằng domain của bạn):

0 commit comments

Comments
 (0)