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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user