/etc/cobbler/cobbler_web.conf is in maas-provision-common 2.2.2-0ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # This configuration file enables the cobbler web
# interface (django version)
# Do not log the requests generated from the event notification system
SetEnvIf Request_URI ".*/op/events/user/.*" dontlog
# Log only what remains
#CustomLog logs/access_log combined env=!dontlog
WSGIScriptAlias /cobbler_web /usr/share/cobbler/web/cobbler.wsgi
|