Hello,
I have a problem on OMV's Nginx server, so I can't connect to the web interface.
So I typed the following command
Code
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 2023-01-09 12:31:51 CET; 32s ago
Docs: man:nginx(8)
Process: 81526 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
CPU: 7ms
Once this error, I wanted to restart Nginx. With this error.
Code
Failed to start nginx.service: Access denied
See system logs and 'systemctl status nginx.service' for details.
I then tried to reinstall.
Code
----------
ID: restart_nginx_service
Function: service.running
Name: nginx
Result: False
Comment: One or more requisite failed: omv.deploy.nginx.default.test_nginx_service_config, omv.deploy.nginx.10webgui.configure_nginx_site_webgui
Started: 12:16:37.599356
Duration: 0.011 ms
Changes:
----------
ID: monitor_nginx_service
Function: module.run
Result: False
Comment: One or more requisite failed: omv.deploy.nginx.default.restart_nginx_service
Started: 12:16:37.600624
Duration: 0.005 ms
Changes:
Summary for MacPro-Serveur.local
------------
Succeeded: 3 (changed=4)
Failed: 5
------------
Total states run: 8
Total run time: 9.949 s
Display More
But still errors.
I'm a little limited.