Skip to content

Commit

Permalink
Merge branch 'italian-deploy' into Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stz0x authored Aug 3, 2024
2 parents e344a0c + 5d9928e commit 74a418d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cmdeploy/src/cmdeploy/nginx/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ http {
gzip on;

server {


listen 8443 ssl default_server;
{% if not disable_ipv6 %}
listen [::]:8443 ssl default_server;
{% endif %}


root /var/www/html;

index index.html index.htm;
Expand Down Expand Up @@ -98,10 +100,12 @@ http {

# Redirect www. to non-www
server {

listen 8443 ssl;
{% if not disable_ipv6 %}
listen [::]:8443 ssl;
{% endif %}

server_name www.{{ config.domain_name }};
return 301 $scheme://{{ config.domain_name }}$request_uri;
access_log syslog:server=unix:/dev/log,facility=local7;
Expand Down
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/postfix/main.cf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ mailbox_size_limit = 0
message_size_limit = {{config.max_message_size}}
recipient_delimiter = +
inet_interfaces = all

{% if disable_ipv6 %}
inet_protocols = ipv4
{% else %}
Expand Down
5 changes: 4 additions & 1 deletion www/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Se stai visualizzando questa pagina su un dispositivo diverso
senza un'app Delta Chat,
puoi anche **scansionare questo codice QR** con Delta Chat:


<a href="DCACCOUNT:https://{{ config.mail_domain }}/new">
<img width=300 style="float: none;" src="qr-chatmail-invite-{{config.mail_domain}}.png" /></a>

Expand All @@ -29,4 +30,6 @@ sul gruppo ufficiale "Amici Delta Cchino"

[![](https://chatmail.woodpeckersnest.space/qr-chatmail-invite-amicideltacchino.png)](https://i.delta.chat/#6FE1642916908F1AC9CC7557CC99CF5DDB92043C&a=groupsbot%40testrun.org&g=Amici%20Delta%20Cchino%20%CE%B4%F0%9F%A6%83%EF%B8%8F&x=g9GMUqKwvgB&i=0qBMdsGrq7n&s=_tiLU2IcUrs)

💡 **Se hai domande** scrivici all'e-mail: chatmail[at]woodpeckersnest[dot]space

💡 **Se hai domande** scrivici all'e-mail: chatmail [at] woodpeckersnest [dot] space

0 comments on commit 74a418d

Please sign in to comment.