diff options
author | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:06 +0200 |
---|---|---|
committer | Mohammed Amar-Bensaber <renken@shione.net> | 2024-08-27 22:22:06 +0200 |
commit | 9a6e5684faea822196b88ecf98cf28e42b832a75 (patch) | |
tree | 7a93c1648738fc95cddfecb72aa3f720b4303d41 /debian/control | |
parent | c4b3df829d5b07a2ce909389ac56c3e5dabd82a2 (diff) | |
download | shione-9a6e5684faea822196b88ecf98cf28e42b832a75.tar.gz shione-9a6e5684faea822196b88ecf98cf28e42b832a75.zip |
nginx: init config package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 659401f..de3e38e 100644 --- a/debian/control +++ b/debian/control @@ -23,3 +23,12 @@ Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Shione nftables configuration. Nftables configuration for shione.net. + +Package: nginx-config +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, nginx, certbot, python3-certbot-nginx +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Description: Shione nginx configuration. + Nginx configuration for shione.net. |