drupal-with-nginx
drupal-with-nginx copied to clipboard
Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
I need some help for this problem: I'm using perusio/drupal-with-nginx config. I configured the v-host file and enabled the site, but my browser didn't work. I entered my domain.com and...
IMCE
Hi, We have added IMCE image editor module for the wysiwyg editor, however when I click on "browse server" when adding an image NginX gives an error because php files...
Hey, i am acutally trying to setup nginx to do caching for authenticated users as well. For this I included "apps/drupal/microcache_proxy_auth.conf" in drupal.conf instead of "apps/drupal/microcache_proxy.conf". When i now try...
It seems the default config blocks access to all .txt files for security reasons. However, it would be useful to allow access to .txt files that have been uploaded to...
[Authcache](https://www.drupal.org/project/authcache) provides a standalone implementation of `index.php` for a partial bootstrap and rapid response. However, this nginx conf prevents that file from being parsed by PHP and returns a 404...
Good morning perusio. First things first, thank you very much for this configuration. It is near perfect, and I've learned many things about nginx only reading it's documentation. I'm having...
Hi. I have a fresh nginx 1.4.7.1 install, and a new copy of this config in /etc/nginx. I've commented out the upload progress config as I don't have this module...
Hi I'm using the openresty source, and was using basically perusio conf , but without include apps/drupal/drupal.conf; enabled and was using location @rewrite's instead. When I use drupal.conf (@drupal) ,...
strange problem i usr drupal-with-nginx-d6 branch and install nginx-full 1.6 version. nginx -t no error, but start nginx can't see any result in browser. there no error report in log....
I've uncommented [include of drupal_install.conf](https://github.com/perusio/drupal-with-nginx/blob/D7/sites-available/example.com.conf#L95). Then I tried to go at http://example.local:8080/install.php and there was a blank page. php-fpm acces log said ``` 127.0.0.1 - 28/Sep/2014:13:44:47 +0000 "GET /index.php" 200...