:: NGINX: [emerg] directive “rewrite” is not terminated by “;”
Posted by blackonsole on May 8th, 2012 07:19 PM | 2 Comments
:: Error when reload / restart nginx
in line 15 use { and } characters in the regular expressions conflict with the block delimiter of the Nginx configuration file syntax language, some like:
If you want to write a regular expression pattern ...
:: NGINX : Redirect to external URL
Posted by blackonsole on May 7th, 2012 12:05 PM | No Comment
:: How to redirect to external url on NGINX
+ create configure file
added configuration like these:
+ testing configure file and reload nginx
:: Links
+ Google
+ Snipt
:: Install DBMail Administrator on CentOS
Posted by blackonsole on December 2nd, 2011 10:14 AM | No Comment
:: What is DBMA
DBMail is an open source, Unix IMAP/POP3 mail storage and retrieval system which together with an MTA (Mail Transfer Agent) like Postfix enables vastly scalable mail systems with SQL database (RDBMS) storage (i.e.: MySQL, PostgreSQL) and retrieval of all e-mail and user data. - dbma
:: nginx reverse proxy with apache
Posted by blackonsole on May 13th, 2011 08:00 AM | 5 Comments
:: how to installing nginx on linux debian
:: configure nginx as reverse proxy
+ create reverse proxy setup file
+ setup proxy_pass on vhost / nginx.conf
:: testing and restarting nginx
:: installing apache and rpaf module
:: configure apache to use nginx proxy
+ change ...
Protecting a folder on nginx
Posted by blackonsole on March 29th, 2011 03:03 PM | No Comment
|| how to protecting a folder with password on nginx
| generate htpasswd password using perl
| make htpasswd
| setup on nginx.conf / vhost
| restarting nginx
|| links
| google
| snippet