We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ce9679 + abf59dc commit 46e9046Copy full SHA for 46e9046
README.md
@@ -221,7 +221,10 @@ If you want to run the server directly from the build tree, run
221
222
once to initialise the state. After that you can run the server with
223
224
- cabal v2-run -- hackage-server run --static-dir=datafiles/ --base-uri=http://127.0.0.1:8080
+ cabal v2-run -- hackage-server run --static-dir=datafiles --state-dir=state \
225
+ --base-uri=http://127.0.0.1:8080 \
226
+ --required-base-host-header=localhost:8080 \
227
+ --user-content-uri=http://127.0.0.1:8080
228
229
By default the server runs on port `8080` with the following settings:
230
0 commit comments