Skip to content
Snippets Groups Projects
Commit 6bf1c3a6 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed CM APT proxy url.

parent d1a4c075
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ server {
}
# APT proxy urls
location ~ /[\w\d\.-_]+.ubuntu.com/ubuntu {
location ~ /[\w\d\.\-\_]+.ubuntu.com/ubuntu {
proxy_pass http://127.0.0.1:3142;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment