Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site
www
Commits
80461eb4
Commit
80461eb4
authored
May 09, 2019
by
Laura Kalbag
⚡
Browse files
Fix proxy command in local script
parent
a3000065
Changes
1
Hide whitespace changes
Inline
Side-by-side
local
View file @
80461eb4
...
...
@@ -15,7 +15,7 @@ hugo server --buildDrafts --renderToDisk --baseURL=https://ind.ie --appendPort=f
HUGO_SERVER_PID
=
$!
# Use Indie Web Server as a reverse proxy to serve the site at https://localhost
web-server
http://
localhost:1313
web-server
proxy
localhost:1313
# Clean up: kill the Hugo server before exiting.
kill
$HUGO_SERVER_PID
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment