Skip to content

Commit

Permalink
test: Change hostnames (#285)
Browse files Browse the repository at this point in the history
which is fixed to the end users
  • Loading branch information
lens0021 authored Oct 6, 2024
1 parent fb3f3d0 commit 08a5b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/http.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ variable "caddyfile_for_test" {
auto_https off
order mwcache before rewrite
}
http://127.0.0.1:{$NOMAD_HOST_PORT_http} http://localhost:{$NOMAD_HOST_PORT_http}
http://127.0.0.1:80 http://localhost:80
root * /srv/femiwiki.com
php_fastcgi {$NOMAD_UPSTREAM_ADDR_fastcgi}
file_server
Expand Down

0 comments on commit 08a5b2d

Please sign in to comment.