WebApp

WebApp::DefaultRedirect

Defines the default redirect. Use “/external” for the external or “/agent” for the agent interface, or an absolute URL if you want to redirect to an external site.

This setting can not be deactivated.

Default value:

/external

WebApp::MaxRequestSize

Defines the default request size in megabytes. By default 64MB. If you use the system behind a proxy you need to set the same value there as well.

This setting can not be deactivated.

Default value:

64

WebApp::SSO::RemoteUserSecret

Shared secret for SSO. Reverse proxies must pass a REMOTE_USER and a REMOTE_USER_SECRET header with the value of this setting, only then REMOTE_USER will be accepted and usable for HTTPBasicAuth.

This setting is not active by default.

Default value:

''

WebApp::Server::AdditionalOrigins

Defines additional origins for production web server content security policy headers. You can specify new entries for any supported rule, please use the name of the rule as the key.

This setting can not be deactivated.

Default value:

---
connect-src:
- ''
font-src:
- ''
frame-src:
- ''
img-src:
- ''
script-src:
- ''
style-src:
- ''

WebApp::Server::AutomaticReloadFile

Defines the path to a file that should signal the need to reload the web server. It will only work correctly with the default value; change this only if you intend to use this file for other purposes (like triggering a cluster-wide web server reload – in this case you have to handle the actual reloads on your own).

This setting can not be deactivated.

Default value:

<OTRS_CONFIG_Home>/var/run/otrs.WebServer.pid.needs-reload

WebApp::Server::TriggerAutomaticReloads

If active, certain operations like package changes and external interface setting changes will trigger a hot reload of the production web server on the current node. This can be turned off if you plan to restart the web server manually or if another mechanism is used to perform the needed restarts.

This setting can not be deactivated.

Default value:

1
Scroll to Top