Closed
Description
Did a vanilla nginx/unit/php7/wordpress install on a fresh Ubuntu Xenial and noticed that I couldn't log in to wp-admin or post comments. Seems like $_POST doesn't get populated[1]?
Not sure if its a known issue, if it is you can just go ahead and close this. :)
[1]:
Did a simple test to verify:
test.php: <?php print_r($_POST); ?>
$ curl --data "foo=bar" http://host/test.php
Array
(
)
Metadata
Metadata
Assignees
Labels
No labels