# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to debian-l10n-english@lists.debian.org
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: phpsysinfo/reconfigure-webserver
Type: multiselect
Choices: apache2, nginx, lighttpd
_Description: Web server to reconfigure automatically:
 Please choose the web server that should be automatically configured
 to run phpSysInfo.

Template: phpsysinfo/restart-webserver
Type: boolean
Default: true
_Description: Do you want to restart the webservers now if needed?
 Remember that in order to activate the new configuration
 the webservers have to be restarted.

Template: phpsysinfo/nginx-choice
Type: note
_Description: Configuring phpSysInfo with Nginx
 The phpSysInfo Nginx configuration file is a location block configuration.
 Please add the line "include /etc/phpsysinfo/nginx.conf;" **inside** a Nginx "server {...}" block.
 For example in '/etc/nginx/sites-enabled/default'.
 You may need to adjust the socket path in '/etc/phpsysinfo/nginx.conf'
 to another path like '/run/php/php8.2-fpm.sock'.
 Be sure to restart the webserver afterwards.
