Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d8da3f2b0 | ||
|
|
b97d893ef0 |
@@ -67,6 +67,7 @@ services:
|
|||||||
- STACK_NAME
|
- STACK_NAME
|
||||||
- ROOT_PATH=/var/www/html/public
|
- ROOT_PATH=/var/www/html/public
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
|
- MAX_BODY_SIZE=${MAX_BODY_SIZE:-256M}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ server {
|
|||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
|
client_max_body_size {{ env "MAX_BODY_SIZE" }};
|
||||||
|
|
||||||
root {{ env "ROOT_PATH" }};
|
root {{ env "ROOT_PATH" }};
|
||||||
|
|
||||||
#charset koi8-r;
|
#charset koi8-r;
|
||||||
|
|||||||
Reference in New Issue
Block a user