diff --git a/src/dpp.h b/src/dpp.h
index f7492da35614e40242063a8427307d0402fc32f5..a32f58c6bc00aafe77509885e654f9f51c15b7e5 100644
--- a/src/dpp.h
+++ b/src/dpp.h
@@ -21,7 +21,7 @@
 		((type == DPP_PA_AUTHENTICATION_REQ) || \
 		 (type == DPP_PA_AUTHENTICATION_CONF))
 
-#define DPP_URI_FILE "/var/run/multiap/dpp_uris.json"
+#define DPP_URI_FILE "/etc/multiap/dpp_uris.json"
 
 enum dpp_public_action_frame_type {
 	DPP_PA_AUTHENTICATION_REQ = 0,