Browse Source

Fix intentation in owncloud/nextcloud template

Kristan Kenney 6 years ago
parent
commit
46595115ae

+ 1 - 1
install/deb/templates/web/nginx/php-fpm/owncloud.stpl

@@ -58,7 +58,7 @@ server {
 
 
     location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
     location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
         expires     max;
         expires     max;
-fastcgi_hide_header "Set-Cookie";
+        fastcgi_hide_header "Set-Cookie";
         # Some basic cache-control for static files to be sent to the browser
         # Some basic cache-control for static files to be sent to the browser
         add_header Pragma public;
         add_header Pragma public;
         add_header Cache-Control "public, must-revalidate, proxy-revalidate";
         add_header Cache-Control "public, must-revalidate, proxy-revalidate";

+ 1 - 1
install/deb/templates/web/nginx/php-fpm/owncloud.tpl

@@ -53,7 +53,7 @@ server {
 
 
     location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
     location ~* ^.+\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
         expires     max;
         expires     max;
-fastcgi_hide_header "Set-Cookie";
+        fastcgi_hide_header "Set-Cookie";
         # Some basic cache-control for static files to be sent to the browser
         # Some basic cache-control for static files to be sent to the browser
         add_header Pragma public;
         add_header Pragma public;
         add_header Cache-Control "public, must-revalidate, proxy-revalidate";
         add_header Cache-Control "public, must-revalidate, proxy-revalidate";