You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'enable sendfile' checkbox isn't being honoured. The generated nginx config file always has sendfile globally disabled. The checkbox itself gets cleared after some time.
To Reproduce
Steps to reproduce the behavior:
Go to Services - Nginx - Configuration - General Settings - Global HTTP settings
Tick 'enable sendfile' checkbox and apply
Go to Other - Config preview, select Show Config and confirm
Go to section after '# 200M should be big enough for file servers etc.' and observe sendfile set to off
Expected behavior
The aforementioned sendfile being set in accordance with the checkbox on the configuration page
Describe alternatives you considered
A clear and concise description of any alternative solutions or workaround you considered.
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant log files
If applicable, information from log files supporting your claim.
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
The 'enable sendfile' checkbox isn't being honoured. The generated nginx config file always has sendfile globally disabled. The checkbox itself gets cleared after some time.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The aforementioned sendfile being set in accordance with the checkbox on the configuration page
Describe alternatives you considered
A clear and concise description of any alternative solutions or workaround you considered.
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant log files
If applicable, information from log files supporting your claim.
Additional context
I believe this to be the cause, in this file:
/usr/local/opnsense/mvc/app/controllers/OPNsense/Nginx/forms/settings.xml
this section is incorrect:
it should read:
This naming mismatch causes the checkbox to be ineffective.
Environment
Software version used and hardware type if relevant, e.g.:
OPNsense 24.7.11_2-amd64
The text was updated successfully, but these errors were encountered: