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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Build the documentation
task('python:build_documentation', static function () {
run('source .venv/bin/activate && bin/build_docs');
run('.venv/bin/sphinx-build -b html docs docs/_build/html');
run('ln -sf docs/_build/html pub');
});

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
myst:
html_meta:
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
title: How to set up an application proxy in Nginx? | Hypernode
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"
title: "How to set up an application proxy in Nginx? | Hypernode"
---

# How to Set Up an Application Proxy in Nginx
Expand Down
Loading