new nginx configuration
This commit is contained in:
commit
99f155a73d
@ -62,7 +62,7 @@
|
|||||||
wordpress_domain: {
|
wordpress_domain: {
|
||||||
"locations": {
|
"locations": {
|
||||||
wordpress_web_root.rstrip('/')+'/': {
|
wordpress_web_root.rstrip('/')+'/': {
|
||||||
"proxy_pass": "http://{}:8080/".format(wordpress_container)
|
"proxy_pass": "http://{}:8080".format(wordpress_container)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user