Hello Doruk,
Package manager should not undertake creating _usable_ configuration, this is
configuration manager prerogative. The PM must create a sample configuration
("Welcome to Nginx").
I would declare your conf file as %doc, then rpmbuild will put it to
/usr/share/doc/%{name}-%{version}/
Hi,
I'm trying to add Nginx support to the LDAP Account Manager RPM
package.
In Apache, the package adds a /etc/httpd/conf.d/lam.apache.conf that
has a simple Alias directive:
Alias /lam /usr/share/ldap-account-manager
However when I try to do that with a Location directive
in /etc/nginx/co
On Fri, Feb 21, 2014 at 05:23:06PM -0500, toddlahman wrote:
Hi there,
> Could someone look over my configuration? It appears I am missing something
> that is causing it not to work. I have a Code Igniter application that runs
> from the root WordPress folder fine with Apache, but it is not workin