28.01.2025, 16:12
Hello everyone,
I created a website as a PWA application that I installed as FTP in apps/data/fcs - Everything works perfectly, but I have a few questions.
if I make a link like for example :
I get to the test.lp page, but if I go to the address bar, with same link, I get an error 400 bad request
How can I resolve this?
Subsidiary questions: is it possible to modify the ngynx configuration to manage the cache?
Thanks you
I created a website as a PWA application that I installed as FTP in apps/data/fcs - Everything works perfectly, but I have a few questions.
if I make a link like for example :
Code:
<a href=“test.lp”>test</a>
I get to the test.lp page, but if I go to the address bar, with same link, I get an error 400 bad request
How can I resolve this?
Subsidiary questions: is it possible to modify the ngynx configuration to manage the cache?
Thanks you