mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Also propagate localhost->127.0.0.1 to media.conf
This commit is contained in:
parent
d07cf30075
commit
063aca0628
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ location ~ ^/(media|proxy) {
|
|||
proxy_buffering on;
|
||||
chunked_transfer_encoding on;
|
||||
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue