Skip to content

Commit

Permalink
fix tests for previous commit (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-carlin authored Nov 8, 2023
1 parent 2ee3dba commit fadfa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit fadfa8e

Please sign in to comment.