did you mean specific? (#1486)
This commit is contained in:
parent
08794ae1cf
commit
c8d2a462e3
@ -48,7 +48,7 @@ app.run(host="0.0.0.0", port=8000)
|
|||||||
|
|
||||||
## Virtual Host
|
## Virtual Host
|
||||||
|
|
||||||
The `app.static()` method also support **virtual host**. You can serve your static files with spefic **virtual host** with `host` argument. For example:
|
The `app.static()` method also support **virtual host**. You can serve your static files with specific **virtual host** with `host` argument. For example:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from sanic import Sanic
|
from sanic import Sanic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user