By khs32101
I rebooted the computer, and this happened.
Why did this happen?
Please help me.
sudo systemctl status nginx
● 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 Fri 2021-07-23 10:55:41 KST; 6min ago Docs: man:nginx(8) Process: 167493 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
07 23 10:55:41 gblsvips-sv systemd[1]: Starting A high performance web server and a reverse proxy server…
07 23 10:55:41 gblsvips-sv nginx[167493]: nginx: [emerg] unexpected end of file, expecting “;” or “}” in /etc/nginx/c>
07 23 10:55:41 gblsvips-sv nginx[167493]: nginx: configuration file /etc/nginx/nginx.conf test failed
07 23 10:55:41 gblsvips-sv systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
07 23 10:55:41 gblsvips-sv systemd[1]: nginx.service: Failed with result ‘exit-code’.
07 23 10:55:41 gblsvips-sv systemd[1]: Failed to start A high performance web server and a reverse proxy server.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi @khs32101,
Looking at the error log provided, it seems like there are typos in your Nginx config files. The following two lines are the most important ones:
07 23 10:55:41 gblsvips-sv nginx[167493]: nginx: [emerg] unexpected end of file, expecting “;” or “}” in /etc/nginx/c>
07 23 10:55:41 gblsvips-sv nginx[167493]: nginx: configuration file /etc/nginx/nginx.conf test failed
Check both of them and see if you can spot the typo in there. If you can’t please post both files and we’ll try to assist.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.