1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

when adding/removing mail addresses also update nginx's config

This commit is contained in:
Joshua Tauberer
2014-07-06 12:16:50 +00:00
parent c8856f107d
commit 49d5561933
4 changed files with 34 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
## NOTE: This file is automatically generated by Mail-in-a-Box.
## Do not edit this file. It will be replaced each time
## Mail-in-a-Box needs up update the web configuration.
# Redirect all HTTP to HTTPS.
server {
listen 80;
@@ -9,7 +13,6 @@ server {
}
# The secure HTTPS server.
server {
listen 443 ssl;