Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 10 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"stack": "cflinuxfs3",
"stack": "cflinuxfs4",
"oses": [
"linux"
],
"integration": {
"harness": "ginkgo",
"harness": "switchblade",
"matrix": [
{ "cached": false, "parallel": true },
{ "cached": true, "parallel": true }
{
"cached": false,
"parallel": true
},
{
"cached": true,
"parallel": true
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
This index file comes from an alternate root <code>dist/</code>.
This index file comes from an alternate root <code>public/</code>.
</p>
</body>
</html>
1 change: 0 additions & 1 deletion fixtures/alternate_root_does_not_exist/Staticfile

This file was deleted.

1 change: 0 additions & 1 deletion fixtures/alternate_root_is_a_file/Staticfile

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions fixtures/custom_start_command/manifest.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions fixtures/dotfiles/with_dotfiles/Staticfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
host_dot_files: true
2 changes: 2 additions & 0 deletions fixtures/dotfiles/with_dotfiles_public_root/Staticfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
host_dot_files: true
root: public
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
Hello from dynatrace app
Hello from a hidden file
</p>
</body>
</html>
1 change: 1 addition & 0 deletions fixtures/dotfiles/without_dotfiles/Staticfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
host_dot_files: false
2 changes: 2 additions & 0 deletions fixtures/dotfiles/without_dotfiles_public_root/Staticfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
host_dot_files: false
root: public
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
This is the index file
Hello from a hidden file
</p>
</body>
</html>
8 changes: 0 additions & 8 deletions fixtures/enable_http2/v3-manifest.yml

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions fixtures/logenv/.profile.d/zzzzzzzz_test.sh

This file was deleted.

1 change: 0 additions & 1 deletion fixtures/no_trailing_slash/Staticfile

This file was deleted.

3 changes: 0 additions & 3 deletions fixtures/no_trailing_slash/something/stuff.json

This file was deleted.

Binary file removed fixtures/no_trailing_slash/war_and_peace.txt.gz
Binary file not shown.
Empty file.
3 changes: 0 additions & 3 deletions fixtures/pushstate_and_proxy_pass/Staticfile

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions fixtures/pushstate_and_proxy_pass/public/static.html

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion fixtures/recursive_public/index.html

This file was deleted.

1 change: 0 additions & 1 deletion fixtures/recursive_public/public/file_in_public

This file was deleted.

Empty file removed fixtures/reverse_proxy/Staticfile
Empty file.
5 changes: 0 additions & 5 deletions fixtures/secure_app/Staticfile

This file was deleted.

10 changes: 0 additions & 10 deletions fixtures/secure_app/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions fixtures/secure_app/nginx/conf/includes/headers.conf

This file was deleted.

Empty file removed fixtures/ssi_disabled/Staticfile
Empty file.
Empty file removed fixtures/staticfile_app/Staticfile
Empty file.
Binary file removed fixtures/staticfile_app/war_and_peace.txt.gz
Binary file not shown.
1 change: 0 additions & 1 deletion fixtures/trailing_slash/Staticfile

This file was deleted.

5 changes: 0 additions & 5 deletions fixtures/trailing_slash/fixture.json

This file was deleted.

Loading
Loading