Search found 3 matches
- Mon Feb 19, 2018 9:03 am
- Forum: Web Server
- Topic: Service workers : disable caching (nginx + apache)
- Replies: 1
- Views: 4533
Re: Service workers : disable caching (nginx + apache)
Update
After some searching I found one option :
1. disable in the proxy extensions the js-files
2. disable the caching of javascript files in the .htaccess file
3. in the service worker create an application cache for all other js files.
After some searching I found one option :
1. disable in the proxy extensions the js-files
2. disable the caching of javascript files in the .htaccess file
3. in the service worker create an application cache for all other js files.
- Wed Feb 14, 2018 9:29 am
- Forum: Web Server
- Topic: Service workers : disable caching (nginx + apache)
- Replies: 1
- Views: 4533
Service workers : disable caching (nginx + apache)
Service workers enable web developers to create an application cache. A kind of local cache that is check before a request is sent to the server. So with service workers it is possible to make a web application offline available. (It is being pushed rather fanatically by Chrome (Google).) Service wo...
- Fri Jun 30, 2017 9:59 am
- Forum: Web Server
- Topic: Error: LetsEncrypt account registration 400
- Replies: 2
- Views: 4011
Re: Error: LetsEncrypt account registration 400
I had this error on a freshly debian 8.8 install.
After some debugging I noticed curl was not installed with SSL.
So when encountering this error:
1. check if curl is installed
2. check if curl has the HTTPS protocol
(command : "curl -V")
After some debugging I noticed curl was not installed with SSL.
So when encountering this error:
1. check if curl is installed
2. check if curl has the HTTPS protocol
(command : "curl -V")