Skip to content

Commit

Permalink
feat: handle nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh6790 committed Jun 5, 2024
1 parent ffed710 commit 9768c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion press/press/doctype/mirror_server/mirror_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def _setup_server(self):
port=self.ssh_port or 22,
variables={
"server": self.name,
"workers": "2",
"workers": "1",
"mirror_server": True,
"agent_password": agent_password,
"agent_repository_url": agent_repository_url,
"monitoring_password": monitoring_password,
Expand Down

0 comments on commit 9768c97

Please sign in to comment.