Open stefanpejcic opened 2 weeks ago
0.3.5
Ubuntu
on OpenPanel > AutoInstaller > Flarum for Apache we do:
OpenPanel > AutoInstaller > Flarum
# BEGIN Flarum RewriteEngine on RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L] # END Flarum
in .htaccess file, but for nginx we need something like:
# BEGIN Flarum if (!-e $request_filename) { rewrite ^(.*)$ /public/$1 last; } # END Flarum
and configure /public to be /
No response
OpenPanel version(s) affected
0.3.5
What OS are you using?
Ubuntu
Description
on
OpenPanel > AutoInstaller > Flarum
for Apache we do:in .htaccess file, but for nginx we need something like:
How to reproduce
and configure /public to be /
Possible Solution
No response
Additional Context
No response