We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8e3f2 commit 45c0aeaCopy full SHA for 45c0aea
1 file changed
ansible/roles/ooni-backend/templates/nginx-api.conf
@@ -84,7 +84,7 @@ server {
84
}
85
86
# Selectively route test-list/urls to the API
87
- location ~^/api/v1/test-list/(urls|tor-targets) {
+ location ~^/api/v1/test-list/(urls|tor-targets|psiphon-config) {
88
proxy_pass http://127.0.0.1:8000;
89
proxy_set_header Host $host;
90
proxy_set_header X-Real-IP $remote_addr;
0 commit comments