jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Thomas Lynch 4beb89bb22 improved nginx advanced and snippets config, less duplication for @backend and / (app) locations and added loki 4 years ago
..
snippets improved nginx advanced and snippets config, less duplication for @backend and / (app) locations and added loki 4 years ago
README.md Minor nginx config changes, fix the routes snippet and add a complete advanced example 4 years ago
nginx.example add connect-src to content security policy, fixes websocket for browsers (actually just 1 browser, fucking SAFARI) that check it for websockets, because apparently it cant just use the 'self' from the default-src... f me 4 years ago
nginx_advanced.example improved nginx advanced and snippets config, less duplication for @backend and / (app) locations and added loki 4 years ago
nginx_no_https.example add connect-src to content security policy, fixes websocket for browsers (actually just 1 browser, fucking SAFARI) that check it for websockets, because apparently it cant just use the 'self' from the default-src... f me 4 years ago

README.md

nginx.example - Example nginx config with letsencrypt. You need to update with the path of installation, certificate paths, domain names, etc. nginx_no_https.example - Same thing, without https. Can be used for testing and development. nginx_advanced.example - An advanced example with both clearnet and tor, with snippets to reduce repitition for a cleaner config