mirror of
				https://github.com/nextcloud/docker.git
				synced 2025-11-03 18:01:32 +01:00 
			
		
		
		
	Merge pull request #675 from GuyPaddock/feature/issue-674--woff-fixes
Fix Remaining `.woff2` Issues in NGinx Config Examples
This commit is contained in:
		
						commit
						c98481a388
					
				@ -120,7 +120,7 @@ http {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # Adding the cache control header for js and css files
 | 
					        # Adding the cache control header for js and css files
 | 
				
			||||||
        # Make sure it is BELOW the PHP block
 | 
					        # Make sure it is BELOW the PHP block
 | 
				
			||||||
        location ~ \.(?:css|js|woff|svg|gif)$ {
 | 
					        location ~ \.(?:css|js|woff2?|svg|gif)$ {
 | 
				
			||||||
            try_files $uri /index.php$request_uri;
 | 
					            try_files $uri /index.php$request_uri;
 | 
				
			||||||
            add_header Cache-Control "public, max-age=15778463";
 | 
					            add_header Cache-Control "public, max-age=15778463";
 | 
				
			||||||
            # Add headers to serve security related headers (It is intended to
 | 
					            # Add headers to serve security related headers (It is intended to
 | 
				
			||||||
 | 
				
			|||||||
@ -120,7 +120,7 @@ http {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # Adding the cache control header for js and css files
 | 
					        # Adding the cache control header for js and css files
 | 
				
			||||||
        # Make sure it is BELOW the PHP block
 | 
					        # Make sure it is BELOW the PHP block
 | 
				
			||||||
        location ~ \.(?:css|js|woff|svg|gif)$ {
 | 
					        location ~ \.(?:css|js|woff2?|svg|gif)$ {
 | 
				
			||||||
            try_files $uri /index.php$request_uri;
 | 
					            try_files $uri /index.php$request_uri;
 | 
				
			||||||
            add_header Cache-Control "public, max-age=15778463";
 | 
					            add_header Cache-Control "public, max-age=15778463";
 | 
				
			||||||
            # Add headers to serve security related headers (It is intended to
 | 
					            # Add headers to serve security related headers (It is intended to
 | 
				
			||||||
 | 
				
			|||||||
@ -120,7 +120,7 @@ http {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        # Adding the cache control header for js and css files
 | 
					        # Adding the cache control header for js and css files
 | 
				
			||||||
        # Make sure it is BELOW the PHP block
 | 
					        # Make sure it is BELOW the PHP block
 | 
				
			||||||
        location ~ \.(?:css|js|woff|svg|gif)$ {
 | 
					        location ~ \.(?:css|js|woff2?|svg|gif)$ {
 | 
				
			||||||
            try_files $uri /index.php$request_uri;
 | 
					            try_files $uri /index.php$request_uri;
 | 
				
			||||||
            add_header Cache-Control "public, max-age=15778463";
 | 
					            add_header Cache-Control "public, max-age=15778463";
 | 
				
			||||||
            # Add headers to serve security related headers (It is intended to
 | 
					            # Add headers to serve security related headers (It is intended to
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user