Changes site port
This commit is contained in:
parent
875c168d56
commit
8933534562
@ -12,7 +12,7 @@ server {
|
||||
proxy_set_header X-Real-IP $remote_addr; # pass on real client IP
|
||||
|
||||
location / {
|
||||
proxy_pass http://site:8043;
|
||||
proxy_pass http://site:3000;
|
||||
}
|
||||
|
||||
# Block Bad Bots
|
||||
|
Loading…
Reference in New Issue
Block a user