donovan@donovan-XPS-13-9360:/tmp$ sudo systemctl restart nginx.service
Job for nginx.service failed because the control process exited with error code.
See “systemctl status nginx.service” and “journalctl -xe” for details.
donovan@donovan-XPS-13-9360:/tmp$ systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2019-01-28 05:57:48 EST; 28s ago
Docs: man:nginx(8)
Process: 30505 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
Jan 28 05:57:48 donovan-XPS-13-9360 systemd[1]: Starting A high performance web server and a reverse proxy server…
Jan 28 05:57:48 donovan-XPS-13-9360 nginx[30505]: nginx: [emerg] open() “/etc/nginx/sites-enabled/wordpress” failed (2: No such file or directory) in /etc/nginx/nginx.conf:62
Jan 28 05:57:48 donovan-XPS-13-9360 nginx[30505]: nginx: configuration file /etc/nginx/nginx.conf test failed
Jan 28 05:57:48 donovan-XPS-13-9360 systemd[1]: nginx.service: Control process exited, code=exited status=1
Jan 28 05:57:48 donovan-XPS-13-9360 systemd[1]: nginx.service: Failed with result ‘exit-code’.
Jan 28 05:57:48 donovan-XPS-13-9360 systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Hello, I am trying to install WordPress on Ubuntu 18.04. I am so close! I ran into this error and cannot find anything online to solve this problem. A beautiful soul told me about this site and I tried the quick download.
donovan@donovan-XPS-13-9360:/tmp$ sudo ee site create example.com --type=wp
sudo: ee: command not found
I keep running into this error. Any advice?