Hello,
What should the nginx-conifg file look like default.conf?
In the browser, I get 502 Bad Gateway nginx/1.24.0 (Ubuntu).
default.conf
server {
listen 443 ssl;
listen [::]:443 ssl;
ssl_certificate /etc/nginx/certs/openvas.crt;
ssl_certificate_key /etc/nginx/certs/openvas.key;
}
location / {
proxy_pass http://localhost:9392/;
}
}
How to access the GUI?
Best regards
bricks
(Björn Ricks)
2
You can find the templates for the nginx config of the greenbone community containers at
Thanks for your reply.
But I don’t understand exactly what I’m supposed to do. Are there instructions?
bricks
(Björn Ricks)
4
And I don’t know what you are trying to do.
system
(system)
Closed
5
This topic was automatically closed after 90 days. New replies are no longer allowed.