perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
854 stars 246 forks source link

Views admin pages with keepalive(nginx config) cause error 502 on views in Drupal 8 + php7 #231

Closed hexetia closed 8 years ago

hexetia commented 8 years ago

Steps to reproduce:

1: Install Drupal with standard profile 2: Go to http://your-drupal8-url/admin/structure/views/view/frontpage (or any other view) 3: Click any link selection_019

4: Save page AND BOOM, error 502

after reading this: https://groups.drupal.org/node/283558#comment-996283 and commenting "keepalive" config, the error not show anymore

for you, it looks like a bug in Drupal or Nginx? :confused:

hexetia commented 8 years ago

well... the error also occurs with apache so I'll close this issue :eyes: