Skip to content
Snippets Groups Projects
Commit 6030967b authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

add /schedule and /past_schedule

parent 7db4447a
Branches
Tags LOFAR-Release-4_4_314
No related merge requests found
......@@ -38,6 +38,22 @@ server {
try_files $uri @proxy_to_app;
}
location /schedule/ {
try_files $uri @proxy_to_app;
}
location /schedule {
try_files $uri @proxy_to_app;
}
location /past_schedule/ {
try_files $uri @proxy_to_app;
}
location /past_schedule {
try_files $uri @proxy_to_app;
}
location /wss/ {
try_files $uri @proxy_to_app;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment