Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Support Varnish Cache

Featured Replies

Hey all,

 

since this is a PHP mostly setup and management solution,

I currently have Froxlor running with Varnish (3) on front and have great results.

 

Varnish in a nutshell works like this, if a cookie isn't sent, fetch page from cache, otherwise pass on to apache/nginx.

 

I'm imagining a setup with nginx on the front

varnish inbetween

and php-fpm in the back

 

so

request -> nginx -> varnish -> php-fpm

 

Good thing about nginx is that you can configure upstream servers and if one doesn't respond let a failover handle the request

upstream mydomaindottld {
server 127.0.0.1:6000; // varnish
server 127.0.0.1:8080 backup; // php-fpm
// or server unix:/var/tmp/mydomaindottld.sock;
}

varnish can cache to disk or RAM

 

I have the above running on a non-froxlor custom server.

 

With my current (froxlor and varnish) setup I have to define every site as 127.0.0.1:8080 (or other port)

 

And my question or request or interested in doing is Varnish support in froxlor.

 

 

 

Next question is, Froxlor on CentOS 7, is CentOS 7 supported if so how well if not are there any plans?

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.