So, I'm trying to publish my app in my PPA, but I'm having problems related with building my app.
When I run make inside my installed nginx directory I get the output:
make -f objs/Makefile
make[1]: Entering directory `/home/ec2-user/nginx/nginx-1.2.4'
objs/Makefile:110: *** multiple target patterns.
Firstly I setup nginx and uwsgi via apt-get.
And,I add the line to nginx conf file(/etc/nginx/conf.d/default.conf) like below line;
server {
listen 80;
server_name <replace with your hostname>;
#Replace paths for real deployments...
access_log /tmp/access.log;
error_log /tmp/error.log;
location / {
include uwsgi_params;
uwsgi_pass 127.0.0.1:8889;
}
}
I had a error;
Starting
Hey i need some help with the Init.d script for Nginx
This is my Nginx files locations -
nginx path prefix: "/usr/local/nginx" nginx binary file: "/usr/local/nginx/nginx"
nginx configuration prefix: "/usr/local/nginx"
nginx configuration file: "/usr/local/nginx/nginx.conf"
nginx pid file: "/usr/local/nginx/nginx.pid"
nginx error log file: "/usr/local/nginx/logs/error.log"
nginx http
I'm trying to create an Ubuntu package for testing, and stick to the rules given at https://wiki.ubuntu.com/PackagingGuide/Complete.
As this is CMake build and I need to adapt the arguments to cmake, I'm using
include /usr/share/cdbs/1/class/cmake.mk
in debian/rules.
I'm trying to install a SSL with my nginx setup.
I configured nginx with those two files, but it doesn't work.
I am on Ubuntu 12.04, I have the latest stable version of nginx added to my ppa
sudo add-apt-repository ppa:nginx/stable -y
It has been running perfectly for nearly a year.
I have switched recently to nginx from Apache2.
I have setup everything and when I sudo nginx -t it says everything is fine.
but when I just do nginx -t I get the following errors:
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
2012/10/24 12:22:16 [warn] 23075#0: the "user" directive makes sense only if the master process runs with
I am getting this error when trying to install from PPA. Any idea what could be the problem? Will it keep my current nginx configuration?
root@server:~# apt-get install nginx
Reading package lists... Done
Building dependency tree
Reading state information...