7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
location /ws {
|
|
proxy_pass http://php-fpm:8080;
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection "upgrade";
|
|
proxy_set_header Host $host;
|
|
} |