perusio / drupal-with-nginx

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

Unknown error "aio" in /etc/nginx issue #195

Closed hank-yang closed 9 years ago

hank-yang commented 9 years ago

Hi I'm set up Perusio / drupal-with-nginx config,and I put my site-available files "example.conf" to sites-enabled

I executed this command nginx -t , I got this error:nginx: [emerg] unknown directive "aio" in /etc/nginx/apps/drupal/drupal.conf:149 nginx: configuration file /etc/nginx/nginx.conf test failed

how can I do?

thanks

perusio commented 9 years ago

Hallo,

Comment out the lines with aio and try again please.

hank-yang commented 9 years ago

Hello Thanks for your commented But I have another problem,I command nginx -t got the error message told me my ssl keys was lost,I command out all ssl 443 line in example.conf Got this : [warn] conflicting server name "" on 0.0.0.0:80, ignored I setting up the ip to the /etc/hosts and my broswer didn't enter to my sites

thanks