mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct nginx rule forwarding header
This commit is contained in:
@@ -162,8 +162,7 @@ begin
|
||||
append = "?api_key=#{api_key}&api_username=admin1"
|
||||
|
||||
# asset precompilation is a dog, wget to force it
|
||||
run "wget http://127.0.0.1:#{@port}/ -o test.html"
|
||||
`rm test.html`
|
||||
run "wget http://127.0.0.1:#{@port}/ -o /dev/null"
|
||||
|
||||
tests = [
|
||||
["home", "/"],
|
||||
|
||||
Reference in New Issue
Block a user