Custom config in nginx-webConfigurator.conf?
-
I want to make a couple of persistent changes in /var/etc/nginx-webConfigurator.conf, is it possible to do that?
For example, default version setsssl_protocols TLSv1.1 TLSv1.2;
but I want to update it to
ssl_protocols TLSv1.2 TLSv1.3;
Another example: I want nginx to proxy a small service using certs it's already using (HTTPS->localhost HTTP)
Edit: looks like there's /etc/inc/system.inc which generates it, maybe I'll try that :)
-
There's nothing in pfSense to allow changes like really.
There's no way to do that that won't be broken by an update for example.
You could use the system patches package which will then store your changes in the GUI and can attempt to apply them automatically. Even then though there is no guaranty they will apply after an update.
Steve
-
@stephenw10 Ooh, I didn't know of this package! Thanks so much!!