Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - michaelgo

#46
General Discussion / Nginx usage without GUI
September 17, 2021, 07:57:19 AM
Hi,
is it possible to use Nginx without GUI?
can i just clean /usr/local/etc/nginx/nginx.conf and use it? Or is there some kind of integration parameters that cannot be deleted(the configuration file is quite big)?
thanks
#47
General Discussion / Opnsense clean build
September 17, 2021, 07:42:58 AM
Hi,
is there a way to build an Opnsense with a custom set of plugins or functionality?
thanks
#48
thank you, this was helpful
#49
Hi,
latest version
1 upstream server
direct connection to server works just fine including ws
when reverse proxying through nginx (websocket enabled in advanced location settings) ws returns 400
please, help
--
solved by adding in nginx.conf

location / {
   proxy_pass http://$upstream;
   }
#50
thank you so much for this simple and straightforward guide
#51
Hi,
thank you for an amazing guide.

in part 5.5 the picture is broken, can you please re-post (it's working now)
also, 5.7 "plex condition" is it a rule? (5.7 and 5.8 screenshots are vice versa)

also, i don't have "Backends" only "Backend pools" there
Services --> HAProxy --> Settings --> Virtual Services --> Backends
is it what you mean?
thanx
#52
21.1 Legacy Series / OpnSense updates URLs/ips
February 03, 2021, 12:48:44 PM
Hi,
which urls/ips should be allowed for OpnSense system updates?
thanks