correction README
This commit is contained in:
parent
d4e0e34d32
commit
8e66036550
@ -194,7 +194,7 @@ location /autopost/ {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
|
||||
location /autopost/js/ {
|
||||
location /js/ {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
@ -204,7 +204,7 @@ location /autopost/js/ {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
|
||||
location /autopost/jquery/ {
|
||||
location /jquery/ {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user