We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00673b3 commit b897b92Copy full SHA for b897b92
nginx/localhost.conf
@@ -63,7 +63,7 @@ server {
63
64
# Old reverse proxy to EOS locations used from COD2 times. (Not advertised
65
# much in COD3 times anymore, but still useful to have.)
66
- location ~* /eos/opendata/(alice|atlas|lhcb|cms|opera)/.*\.[a-zA-Z0-9]+$ {
+ location ~* /eos/opendata/(alice|atlas|cms|delphi|jade|lhcb|opera|phenix)/.*\.[a-zA-Z0-9]+$ {
67
proxy_cache off;
68
proxy_set_header X-Real-IP $remote_addr;
69
proxy_set_header Host $host;
0 commit comments