1
0

correction README

This commit is contained in:
unfr 2025-08-13 08:47:07 +02:00
parent d4e0e34d32
commit 8e66036550

View File

@ -194,7 +194,7 @@ location /autopost/ {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
} }
location /autopost/js/ { location /js/ {
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;
@ -204,7 +204,7 @@ location /autopost/js/ {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
} }
location /autopost/jquery/ { location /jquery/ {
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;