ππΎπ΅π²πΈ
ππΎπ΅π²πΈ
```bash ./configure: error: no /path/to/testcookie-nginx-module/config was found [root@cpanel1 nginx-1.9.11]# cd nginx-1.9.11/ls -bash: cd: nginx-1.9.11/ls: No such file or directory ``` you are a cpanel admin but you have no idea...
can you try ``` app.use('/mapservice/*.*', proxy('127.0.0.1:8080', ``` if you add `/mapservice` at the end of proxy i think url will try like `/mapservice/mapservice/` so you don't need to add it...
this is about apache more than php. because apache doesn't close connection right after you close your browser. You can test apache and nginx with ab tool about how much...
got same problem on debian 11 
i wasn't able to access things like `/todo` tried this ``` location / { try_files $uri $uri/ /index.php?a=$uri; } ``` Worked. But isn't working for `/developer/` ! still looking to...
`/backend` isn't working even for me! https://api.dope.al/backend the same output even at https://demo.fusio-project.org/backend about routes they should work all just make sure you are using php7.0-fpm or 7.1+ this is...
@k42b3 yes nginx isn't like apache you should test it well because 1 wrong move can make big problems to someone ex if you don't use ``` location ~ /\.env...
https://fusio.readthedocs.io/en/latest/basic/installation.html#web-server
i'm sorry man sadly i have no idea of react i was just asking π But if i find out i'm gonna pr ofcourse.
There is plans to add more OS supports but i haven't had time to do it there's few changes to be done about that and needs some time testing and...