1
0
Fork 0
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:
Alexandre Aubin 2023-01-02 22:55:24 +01:00 committed by GitHub
parent d07cf30075
commit 063aca0628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__;
}