redirect is probably not the solution.
This commit is contained in:
@@ -124,7 +124,7 @@ server {
|
||||
|
||||
location / {
|
||||
include /etc/nginx/includes/proxy.conf;
|
||||
return 301 http://192.168.1.12:30000/;
|
||||
proxy_pass http://192.168.1.12:30000/;
|
||||
}
|
||||
|
||||
access_log /var/log/nginx/foundry-access.log combined;
|
||||
|
||||
Reference in New Issue
Block a user