add ssl + mount ports.conf volume

This commit is contained in:
Kishan Takoordyal
2021-02-12 10:39:34 +04:00
parent 85bb24033c
commit e58f51703c
3 changed files with 13 additions and 1 deletions

11
config/ports.conf Normal file
View File

@@ -0,0 +1,11 @@
Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
Listen 8080