Add Flarum websocket extension support
This commit is contained in:
parent
fb11fe0efb
commit
57aceaf461
@ -5,6 +5,10 @@ forum.bbaovanc.com {
|
|||||||
import hsts
|
import hsts
|
||||||
import log
|
import log
|
||||||
|
|
||||||
|
handle /app/* {
|
||||||
|
reverse_proxy localhost:2083
|
||||||
|
}
|
||||||
|
|
||||||
root * /var/www/forum.bbaovanc.com/public
|
root * /var/www/forum.bbaovanc.com/public
|
||||||
php_fastcgi unix//run/php/php-fpm.sock
|
php_fastcgi unix//run/php/php-fpm.sock
|
||||||
header /assets/* {
|
header /assets/* {
|
||||||
|
Loading…
Reference in New Issue
Block a user