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 - yordanov.alexandar

#1
General Discussion / Re: Nginx headers more
March 23, 2023, 07:24:39 AM
Thank you that worked :)
After some experimentation It turned out that Nginx security headers already does what I needed, but nevertheless it's good knowing how to do this
#2
General Discussion / Nginx headers more
March 17, 2023, 03:19:07 PM
Hi
I am new to OPNSense.
I have configured nginx as a reverse proxy for a few local services (started from docker containers).
I would like to modify(clear and add) some headers for some of these services.
From my searches so far it seems that I can do this with the Headers More module for nginx. I have enabled it in the Opnsense plugin (Global HTTP settings) however I can't seem to find any way to use it. Are there GUI options for this module? If not how can I use it?
Thank you