Skip to content

Commit 6bb4188

Browse files
authored
th-00: Nginx config (#279)
* th-00: + nginx conf * th-00: * typo fix
1 parent 85275b5 commit 6bb4188

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.platform/nginx/00_myconf.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
container_commands:
2+
01_reload_nginx:
3+
command: "service nginx reload"

.platform/nginx/conf.d/proxy.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
client_max_body_size 30M;

0 commit comments

Comments
 (0)