Closed (duplicate)
Project:
Drupal core
Version:
9.5.x-dev
Component:
documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2019 at 00:32 UTC
Updated:
22 Jun 2022 at 00:02 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedIn my opinion it makes sense to correct https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/ rather than publish a correct official documentation in one place and an incorrect one in another, both considered "official". That will be confusing. At the very least if a more managed and correct documented configuration is on Drupal.org, https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/ should link to it instead of being wrong.
Comment #3
cilefen commentedComment #7
zeroagain commentedIt's of utmost importance to have an official NGINX configuration of Drupal.
Comment #8
mstrelan commentedWhile there is nothing official on Drupal.org, please submit PRs to nginxinc/nginx-wiki.
Comment #9
dadangnh commentedI found out that Layout Builder on Drupal 8 - 9 is not working when we use nginx with this recipe: https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
It's also not work on PHP Development Server (via: php -S 127.0.0.1:8000 -t web/), I use PHP 7.4.3.
Everything is fine on Apache though.
Comment #10
cilefen commented@dadangnh Actually .ht.router.php is the proper way to execute the PHP dev server. See the comment at the top of .ht.router.php for how to use it.
Comment #15
cilefen commented