diff options
author | Renken <renken@shione.net> | 2023-12-24 23:44:41 +0100 |
---|---|---|
committer | Renken <renken@shione.net> | 2024-02-20 22:54:05 +0100 |
commit | 81b8b02ac9486a1e5248b56351712059faede632 (patch) | |
tree | f5567232ef1b4ed21787a2712a9e942aee0889e7 /config/shione/nginx/debian/control | |
parent | 5c25b1d0e778a2a5f20f6ce5b07e2ae272abf613 (diff) | |
download | shione-81b8b02ac9486a1e5248b56351712059faede632.tar.gz shione-81b8b02ac9486a1e5248b56351712059faede632.zip |
config, deploy: shione: nginx: enable https support
Diffstat (limited to 'config/shione/nginx/debian/control')
-rw-r--r-- | config/shione/nginx/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shione/nginx/debian/control b/config/shione/nginx/debian/control index 4b5b056..23693f4 100644 --- a/config/shione/nginx/debian/control +++ b/config/shione/nginx/debian/control @@ -9,7 +9,7 @@ Standards-Version: 4.1.0 Package: nginx-config Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, nginx +Depends: ${misc:Depends}, nginx, certbot, python3-certbot-nginx Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Shione nginx configuration. |