You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll possibly need to configure a webserver to handle requests, serve static assets etc.
59
97
Use this sample config virtualhost for nginx:
@@ -76,33 +114,7 @@ server {
76
114
proxy_set_header X-Forwarded-Host $server_name;
77
115
}
78
116
}
79
-
80
117
```
81
-
82
-
Documentation
83
-
-------------
84
-
85
-
For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.
86
-
87
-
Support
88
-
-------
89
-
90
-
For bugs and feature requests, please use the [issues](https://github.com/cakedc/cakephp-roadrunner/issues) section of this repository.
91
-
92
-
Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.
93
-
94
-
Contributing
95
-
------------
96
-
97
-
This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.
98
-
99
-
License
100
-
-------
101
-
102
-
Copyright 2019 Cake Development Corporation (CakeDC). All rights reserved.
103
-
104
-
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.
105
118
106
-
Todo
107
-
----
108
-
* Existing issue setting cookies like $this->response = $this->response->withHeader('head', 'one'); conflicts with session cookie generation
119
+
Roadrunner also supports [serving static assets](https://roadrunner.dev/docs/http-static) natively. Check the
120
+
[worker/rr.yaml](worker/rr.yaml) file that ships with this project for an example.
0 commit comments