This commit is contained in:
Danil 2023-07-03 17:52:40 +00:00
parent 89a4b1d724
commit 3dde36bc39

@ -136,6 +136,7 @@ server {
location / {
if ($host = hub.pena.digital) {
client_max_body_size 50M;
proxy_pass http://hub;
}
if ($host = docs.pena.digital) {