From 68fc9e55e538e03f94509731ab41a0c8cf96710f Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Mon, 17 Apr 2023 12:12:22 +0300 Subject: setup a real server environment (apache DocumentRoot=/var/www/public) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e463f3b..8e7a43c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ for vscode you need to add a ~./.vscode/launch.json file like this: "request": "launch", "port": 9003, "pathMappings": { - "/var/www/html": "${workspaceRoot}/html" + "/var/www/public": "${workspaceRoot}/public" } } ] -- cgit v1.2.3