Nostr.fractalized.net is back !

Migrated from Nginx Proxy Manager to Zoraxy.

Thanks to tobychui (dev), the websockets are now working correctly! (Not a main branch yet).

You can find the full issue resolved here:

https://github.com/tobychui/zoraxy/issues/107

Reply to this note

Please Login to reply.

Discussion

good stuff - UI admin is real good

nano conf/proxy/root.config

{

"ProxyType": 1,

"RootOrMatchingDomain": "test.localhost",

"Domain": "10.10.10.1",

"RequireTLS": false,

"BypassGlobalTLS": false,

"SkipCertValidations": false,

"SkipWebSocketOriginCheck": true, //Default this is false, change this to true and restart zroaxy

"VirtualDirectories": [],

"UserDefinedHeaders": [],

"RequireBasicAuth": false,

"BasicAuthCredentials": [],

"BasicAuthExceptionRules": [],

"DefaultSiteOption": 0,

"DefaultSiteValue": "",

"Disabled": false

}