Skip to content

Commit 45c0aea

Browse files
committed
add psiphon-config to nginx-api.conf redirect rule
1 parent 0e8e3f2 commit 45c0aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/ooni-backend/templates/nginx-api.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ server {
8484
}
8585

8686
# Selectively route test-list/urls to the API
87-
location ~^/api/v1/test-list/(urls|tor-targets) {
87+
location ~^/api/v1/test-list/(urls|tor-targets|psiphon-config) {
8888
proxy_pass http://127.0.0.1:8000;
8989
proxy_set_header Host $host;
9090
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)