File manager - Edit - /usr/share/webmin/nginx/stop.cgi
Back
#!/usr/bin/perl # Stop the webserver use strict; use warnings; require './nginx-lib.pl'; our (%text, %in, %access); &ReadParse(); &error_setup($text{'stop_err'}); $access{'stop'} || &error($text{'stop_ecannot'}); my $err = &stop_nginx(); $err && &error("<tt>".&html_escape($err)."</tt>"); &webmin_log("stop"); &redirect($in{'redir'} || "");
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings