by permitivity » Thu Jan 23, 2014 5:49 am
Hello,
I just have a simple webpage I want to host. I installed and start nginx like this:
$this->bbcode_second_pass_quote('', '
')pacman -Sy nginx php-fpm
systemctl start php-fpm
systemctl start nginx
I get this error:
$this->bbcode_second_pass_quote('', '[')root@alarm system]# systemctl start nginx
Job for nginx.service failed. See 'systemctl status nginx.service' and 'journalctl -xn' for details.
[root@alarm system]#
[root@alarm system]# systemctl status nginx.service
nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; disabled)
Active: failed (Result: exit-code) since Wed 2014-01-22 23:43:06 CST; 1min 5s ago
Process: 6689 ExecStartPre=/usr/bin/nginx -t -q -g pid /run/nginx.pid; daemon on; master_process on; (code=exited, status=1/FAILURE)
I've made this work before without much issues. Any ideas what might be wrong? Here's my config file under /etc/nginx/nginx.conf.
listen 80; #if you have re-instated pogoplug software 80 is in use, use 8080 instead