Skip to content

Commit df7362d

Browse files
authored
Update README.md
1 parent f0a1374 commit df7362d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ location / {
8080
```
8181
With:
8282
```
83-
# Try Node.js first, fallback to static files, then PHP
83+
# Try Node.js first, fallback to static files, then PHP
8484
location / {
8585
# Try serving from Node.js first
8686
proxy_pass http://127.0.0.1:3001;
@@ -92,7 +92,7 @@ location / {
9292
error_page 502 504 = @fallback;
9393
}
9494
95-
# Fallback to Static Files or PHP if Node.js Fails
95+
# Fallback to Static Files or PHP if Node.js Fails
9696
location @fallback {
9797
try_files $uri $uri/ /index.php$is_args$args;
9898
}

0 commit comments

Comments
 (0)