; TravianZ production PHP settings ; ----------------------------------------------------------------------------- ; Do NOT show PHP errors, warnings or stack traces to end users. Leaking server ; paths and internal structure is both a security risk and makes the game look ; unstable. Errors are still logged server-side (visible via `docker logs`). display_errors = Off display_startup_errors = Off log_errors = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING ; Send the error log to the container's stderr so it shows up in `docker logs web`. error_log = /dev/stderr