File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/hypernode-platform/nginx Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4343
4444# Build the documentation
4545task ('python:build_documentation ' , static function () {
46- run ('source .venv/bin/activate && bin/build_docs ' );
46+ run ('.venv/bin/sphinx-build -b html docs docs/_build/html ' );
4747 run ('ln -sf docs/_build/html pub ' );
4848});
4949
Original file line number Diff line number Diff line change 11---
22myst :
33 html_meta :
4- description : Learn how to set up an Nginx application proxy on Hypernode using Managed Vhosts: create a proxy vhost and point it to your app
4+ description : ' Learn how to set up an Nginx application proxy on Hypernode using
5+ Managed Vhosts: create a proxy vhost and point it to your app'
56 title : How to set up an application proxy in Nginx? | Hypernode
67---
78
You can’t perform that action at this time.
0 commit comments