Skip to content

Commit 4659511

Browse files
author
Kristan Kenney
committed
Fix intentation in owncloud/nextcloud template
1 parent e985299 commit 4659511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ server {
5858

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ server {
5353

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

0 commit comments

Comments
 (0)