mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Remove unused default parameter (#4447)
* Remove unnecessary, nonexistent default
This commit is contained in:
@@ -820,7 +820,7 @@ class NginxConfigurator(common.Plugin):
|
||||
self.restart()
|
||||
|
||||
|
||||
def nginx_restart(nginx_ctl, nginx_conf="/etc/nginx.conf"):
|
||||
def nginx_restart(nginx_ctl, nginx_conf):
|
||||
"""Restarts the Nginx Server.
|
||||
|
||||
.. todo:: Nginx restart is fatal if the configuration references
|
||||
|
||||
Reference in New Issue
Block a user