Skip to content

Commit 5b26558

Browse files
committed
Structure changes.
1 parent 2272373 commit 5b26558

File tree

3 files changed

+5
-258
lines changed

3 files changed

+5
-258
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ certbot-help.txt
66
frontend/images/*
77
frontend/dist
88
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

Jenkinsfile

Lines changed: 0 additions & 253 deletions
This file was deleted.

docker/rootfs/etc/nginx/conf.d/default.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,14 @@ server {
2828
listen 443 ssl;
2929
listen [::]:443 ssl;
3030

31-
#<MODSEC_ON>
32-
#<MODSEC_RULES>
33-
3431

3532
set $forward_scheme "https";
3633
set $server "127.0.0.1";
3734
set $port "443";
3835

3936
server_name localhost;
4037
access_log /data/logs/fallback_access.log standard;
41-
error_log /dev/null crit;
38+
error_log /data/logs/fallback_error.log warn;
4239
ssl_certificate /data/nginx/dummycert.pem;
4340
ssl_certificate_key /data/nginx/dummykey.pem;
4441
include conf.d/include/ssl-ciphers.conf;

0 commit comments

Comments
 (0)