Fix issue where pi thinks it should use ipv6 localhost (#209)

This commit is contained in:
Eric Helgeson 2021-08-24 18:37:54 -05:00 committed by GitHub
parent 795286f4c4
commit 62f6c8d948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
# Simple proxy_pass for RaSCSI-web
server {
location / {
proxy_pass http://localhost:8080;
proxy_pass http://127.0.0.1:8080;
}
# Large files