File tree Expand file tree Collapse file tree
admin_manual/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ webroot of your nginx installation. In this example it is
100100 # always provides the desired behaviour.
101101 index index.php index.html /index.php$request_uri;
102102
103- # Default Cache-Control policy
104- expires 1m;
105-
106103 # Rule borrowed from `.htaccess` to handle Microsoft DAV clients
107104 location = / {
108105 if ( $http_user_agent ~ ^DavClnt ) {
@@ -287,9 +284,6 @@ The configuration differs from the "Nextcloud in webroot" configuration above in
287284 # `try_files $uri $uri/ /nextcloud/index.php$request_uri`
288285 # always provides the desired behaviour.
289286 index index.php index.html /nextcloud/index.php$request_uri;
290-
291- # Default Cache-Control policy
292- expires 1m;
293287
294288 # Rule borrowed from `.htaccess` to handle Microsoft DAV clients
295289 location = /nextcloud {
You can’t perform that action at this time.
0 commit comments