Skip to content

Commit 9e78b57

Browse files
author
David Coallier
committed
Modified the warning about running files not accessible by the php-fpm workers.
1 parent d7d03de commit 9e78b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ There are a few very important issues right now:
116116

117117
- There is no POST handling. I'm not that far in the FCGI specs yet — need to find how to send data (post data)
118118
- There is no **base** url. If you include ../../../../poop it will try to load it and most likely will fail.
119-
- If you try to load a file that the PHP-FPM worker does not have access to, it will fail silently and you will swear. A lot.
119+
- If you try to load a file that the PHP-FPM worker does not have access to, it will fail silently and you will swear. A lot. By silently I mean, it will give you a 404 even though the files do exist.
120120

121121

122122
Disclaimer

0 commit comments

Comments
 (0)