-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of nginx and the cert management.
- Loading branch information
Showing
9 changed files
with
84 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
templates/etc/systemd/system/nginx.service.d/override.conf.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# {{ ansible_managed }} | ||
|
||
[Unit] | ||
# The path /etc/pve/local is only available after this service. | ||
Requires=pve-cluster.service | ||
After=pve-cluster.service | ||
|
||
# The web server requires an existing certificate. The service is only | ||
# activated if an automatic certificate management environment (ACME) | ||
# has been set up in Promxox. | ||
ConditionPathExists=/etc/pve/local/pveproxy-ssl.pem | ||
ConditionPathExists=/etc/pve/local/pveproxy-ssl.key | ||
|
||
# When systemd reload the unit listed here, the action is | ||
# propagated to this unit. This occurs when the certificate is updated. | ||
ReloadPropagatedFrom=pveproxy.service |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.