File tree Expand file tree Collapse file tree 3 files changed +5
-258
lines changed
docker/rootfs/etc/nginx/conf.d Expand file tree Collapse file tree 3 files changed +5
-258
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ certbot-help.txt
6
6
frontend /images /*
7
7
frontend /dist
8
8
frontend /node_modules
9
- backend /node_modules
9
+ backend /node_modules
10
+ frontend /webpack_stats.html
11
+ frontend /yarn-error.log
12
+ local-buildx.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,17 +28,14 @@ server {
28
28
listen 443 ssl;
29
29
listen [::]:443 ssl;
30
30
31
- #<MODSEC_ON>
32
- #<MODSEC_RULES>
33
-
34
31
35
32
set $forward_scheme "https";
36
33
set $server "127.0.0.1";
37
34
set $port "443";
38
35
39
36
server_name localhost;
40
37
access_log /data/logs/fallback_access.log standard;
41
- error_log /dev/null crit ;
38
+ error_log /data/logs/fallback_error.log warn ;
42
39
ssl_certificate /data/nginx/dummycert.pem;
43
40
ssl_certificate_key /data/nginx/dummykey.pem;
44
41
include conf.d/include/ssl-ciphers.conf;
You can’t perform that action at this time.
0 commit comments