Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ● nginx.service - A high performance web server and a reverse proxy server
- Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
- Active: active (running) since Tue 2021-03-16 09:55:01 -03; 8s ago
- Docs: man:nginx(8)
- Process: 1698 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
- Process: 1699 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
- Main PID: 1700 (nginx)
- Tasks: 5 (limit: 1614)
- CGroup: /system.slice/nginx.service
- ├─1700 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
- ├─1701 nginx: worker process
- ├─1702 nginx: worker process
- ├─1703 nginx: worker process
- └─1704 nginx: worker process
- Mar 16 09:55:01 Layla systemd[1]: Starting A high performance web server and a reverse proxy server...
- Mar 16 09:55:01 Layla nginx[1698]: nginx: [warn] conflicting server name "_" on 0.0.0.0:80, ignored
- Mar 16 09:55:01 Layla nginx[1698]: nginx: [warn] conflicting server name "_" on [::]:80, ignored
- Mar 16 09:55:01 Layla nginx[1699]: nginx: [warn] conflicting server name "_" on 0.0.0.0:80, ignored
- Mar 16 09:55:01 Layla nginx[1699]: nginx: [warn] conflicting server name "_" on [::]:80, ignored
- Mar 16 09:55:01 Layla systemd[1]: Started A high performance web server and a reverse proxy server.
Advertisement
Add Comment
Please, Sign In to add comment