diff --git a/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf b/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf index fd5613fd..b24715d7 100644 --- a/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf +++ b/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf @@ -7,7 +7,7 @@ server { location ~ ^/job-api { return 404; } - location ~ ^/(job|sim)- { + location ~ ^/(job|sim|global)- { client_max_body_size 349175808; proxy_pass http://127.0.0.1:7001; } diff --git a/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/sirepo_job_supervisor.sh b/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/sirepo_job_supervisor.sh index 443dad36..05ba6bae 100644 --- a/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/sirepo_job_supervisor.sh +++ b/tests/pkcli/build_data/1.out/srv/host/v9.radia.run/sirepo_job_supervisor.sh @@ -21,5 +21,5 @@ rsconf_install_file '/srv/sirepo_job_supervisor/docker_tls/v9.radia.run/cacert.p rsconf_install_file '/srv/sirepo_job_supervisor/docker_tls/v9.radia.run/cert.pem' '9bf8e30f1906deb2dc8ef9b8e3677ec3' rsconf_install_file '/srv/sirepo_job_supervisor/docker_tls/v9.radia.run/key.pem' '737ecfd7c000fe3a49fc34346ea37819' rsconf_install_access '400' 'root' 'root' -rsconf_install_file '/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf' 'e84a5488b7520c06a5fd6eea5766810d' +rsconf_install_file '/etc/nginx/conf.d/docker-job-supervisor-sirepo.v4.radia.run.conf' '44f649da13034f7533dd08720db0c535' }