mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
Configure webroot letsencrypt even without certificate
This commit is contained in:
@@ -9,10 +9,12 @@ server {
|
|||||||
|
|
||||||
server_name {{ default .Env.FRONTEND_SERVER_NAME "_" }};
|
server_name {{ default .Env.FRONTEND_SERVER_NAME "_" }};
|
||||||
include sites.d/frontend.conf;
|
include sites.d/frontend.conf;
|
||||||
|
include include.d/letsencrypt.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name {{ default .Env.BACKEND_SERVER_NAME "_" }};
|
server_name {{ default .Env.BACKEND_SERVER_NAME "_" }};
|
||||||
include sites.d/backend.conf;
|
include sites.d/backend.conf;
|
||||||
|
include include.d/letsencrypt.conf;
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,2 @@
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
|
|
||||||
include include.d/letsencrypt.conf;
|
|
||||||
Reference in New Issue
Block a user