Removed unused lines

This commit is contained in:
butomo1989 2020-06-26 16:02:58 +02:00
parent 0460a62956
commit 5936037a56

View file

@ -18,8 +18,4 @@ server {
# Disable cache # Disable cache
proxy_buffering off; proxy_buffering off;
} }
location /emu2/ {
proxy_pass http://127.0.0.1:6081/;
}
} }