Nomad-config.yml file isn't reloaded

Domino/Notes Version: 14.5.FP1
Add-on Product (if appropriate, e.g. Verse / Traveler / Nomad / Domino REST API):
Its Version: Nomad server version: 1.0.20
Operating System: Linux
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version): Nomad web version: 1.0.20.153-135


Hi,

I have a Domino server R14.5FP1 running Nomad task (https://nomad.mydomain.it:9443):

Nomad: Nomad server version: 1.0.20
Nomad: Nomad web version: 1.0.20.153-135

I want to use for mails a signature html file resident in the local pc, this file loads an image from the same Domino server running Nomad.

This is the line in HTML file:

In the domino server I wrote a /local/notesdata/nomad-config.yml as follow:

Nomad YAML file

access_log:
enabled: true

httpHeaders:
Content-Security-Policy: “default-src ‘self’; script-src ‘self’ ‘wasm-unsafe-eval’; style-src ‘self’ ‘unsafe-inline’; img-src ‘self’ data: https://.mydomain.it:9443 https://.mydomain.it; font-src ‘self’ data:; frame-src ‘self’ data: https://.mydomain.it:9443 https://.mydomain.it; connect-src ‘self’ data: https://.mydomain.it https://.mydomain.it:9443”

servers:
CN=Server1/O=DOMDOMAIN: server1.mydomain.it:1352

I run the command
restart task nomad many times and I even restarted the whole server but the images aren’t loaded in the mail signature and the inspect-console of the browser reports the message:

Redirecting... violates the following Content Security Policy directive: “connect-src ‘self’ data: https://st.mydomain.it https://www.anotherdomain.eu”. The action has been blocked.

This comes from a version of nomad-config.yml file older than five days.

How can I force the reload of nomad-config.yml configuration?

thanks
tommaso