openalto / alto

Standard Application-Layer Traffic Optimization (ALTO) Toolset.
MIT License
2 stars 6 forks source link

Django routes are not updated when OpenALTO config changes #47

Open fno2010 opened 1 year ago

fno2010 commented 1 year ago

Currently, the routes (i.e., urlpatterns) of the Django server are generated from etc/alto.conf when the Django server starts. If etc/alto.conf changes after the server starts, the routes will be inconsistent with the configuration.