Skip to content

Commit 4ab9afe

Browse files
authored
Update README.md
1 parent ba37c30 commit 4ab9afe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ If you build a router with Elroid, add these so that when https://copy.reactmvc.
1717

1818
For Apache
1919
```
20-
RewriteEngine On
20+
RewriteEngine On
2121
RewriteCond %{REQUEST_FILENAME} !-f
22-
RewriteRule ^(.*)$ index.html [L,QSA]
22+
RewriteRule ^(.*)$ index.html [L,QSA]
2323
```
2424
For Nginx
2525
```
26-
location / {
27-
try_files $uri $uri/ /index.html;
28-
}
26+
location / {
27+
try_files $uri $uri/ /index.html;
28+
}
2929
```
3030
Apache in the .htaccess file and Nginx in the nginx.conf file

0 commit comments

Comments
 (0)