chore: add current provisioning state before migration
This commit is contained in:
parent
a9703b4748
commit
50745b0f22
660 changed files with 88126 additions and 0 deletions
9
taskservs/proxy/default/errors/400.http
Normal file
9
taskservs/proxy/default/errors/400.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 400 Bad request
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>400 Bad request</h1>
|
||||
Your browser sent an invalid request.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/403.http
Normal file
9
taskservs/proxy/default/errors/403.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 403 Forbidden
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>403 Forbidden</h1>
|
||||
Request forbidden by administrative rules.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/408.http
Normal file
9
taskservs/proxy/default/errors/408.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 408 Request Time-out
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>408 Request Time-out</h1>
|
||||
Your browser didn't send a complete request in time.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/500.http
Normal file
9
taskservs/proxy/default/errors/500.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 500 Internal Server Error
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>500 Internal Server Error</h1>
|
||||
An internal server error occurred.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/502.http
Normal file
9
taskservs/proxy/default/errors/502.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 502 Bad Gateway
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>502 Bad Gateway</h1>
|
||||
The server returned an invalid or incomplete response.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/503.http
Normal file
9
taskservs/proxy/default/errors/503.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 503 Service Unavailable
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>503 Service Unavailable</h1>
|
||||
No server is available to handle this request.
|
||||
</body></html>
|
||||
|
||||
9
taskservs/proxy/default/errors/504.http
Normal file
9
taskservs/proxy/default/errors/504.http
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
HTTP/1.0 504 Gateway Time-out
|
||||
Cache-Control: no-cache
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><body><h1>504 Gateway Time-out</h1>
|
||||
The server didn't respond in time.
|
||||
</body></html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue