[connfa-webapp] remove app.css cache control
- From: Britt Yazel <bwyazel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connfa-webapp] remove app.css cache control
- Date: Mon, 22 Jul 2019 23:03:33 +0000 (UTC)
commit 592a95e94bdff6ec71882719f5fc3edef12c9f14
Author: Britt Yazel <bwyazel gnome org>
Date: Mon Jul 22 23:03:25 2019 +0000
remove app.css cache control
nginx.conf | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/nginx.conf b/nginx.conf
index 0a2ff5f..77c11d0 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -3,11 +3,4 @@ server {
listen [::]:8080 default_server;
root /var/www/connfa;
try_files $uri$args $uri$args/ $uri $uri/ /index.html =404;
-
- location = /app.css {
- add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
- add_header Expires "Sat, 01 Jan 2000 00:00:00 GMT";
- add_header Pragma no-cache;
- return 204;
- }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]