added apache2 proxy setting

pull/143/head
Caozhenhui 2022-04-22 17:29:44 +08:00
parent 28cdf06664
commit dae6d2db2f
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ sudo vi .htaccess
``` ```
Add a IfModule as below: Add a IfModule as below:
```bash ```bash
IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
RewriteBase / RewriteBase /
RewriteRule ^index\.html$ - [L] RewriteRule ^index\.html$ - [L]