Skip to content

Commit b897b92

Browse files
committed
nginx: recognise more experiments (DEPLHI etc) in EOS reverse proxy
1 parent 00673b3 commit b897b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/localhost.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ server {
6363

6464
# Old reverse proxy to EOS locations used from COD2 times. (Not advertised
6565
# much in COD3 times anymore, but still useful to have.)
66-
location ~* /eos/opendata/(alice|atlas|lhcb|cms|opera)/.*\.[a-zA-Z0-9]+$ {
66+
location ~* /eos/opendata/(alice|atlas|cms|delphi|jade|lhcb|opera|phenix)/.*\.[a-zA-Z0-9]+$ {
6767
proxy_cache off;
6868
proxy_set_header X-Real-IP $remote_addr;
6969
proxy_set_header Host $host;

0 commit comments

Comments
 (0)