selfhosted nginx
Hi,
Any suggestion about how I can setup permlinks with nginx webserver in brizy self-hosted?
Thanks
0
-
Hi,
Are you referring to permalinks for a project published via Server Sync or Export HTML?
0 -
server sync (self-hosted)
with nginx webserther the .htaccess file not is recognized, then I need setup this in nginx config.
0 -
Hi,
our synchronization is focused on apache, we will probably create in the future nginx conf doc. I will discuss this with the devs.
0 -
For nginx I used the config below:
location / {
try_files $uri $uri/ /index.php?page=$uri&$query_string;
}
0 -
@Ali
where did you make this modification?
0
Please sign in to leave a comment.
Comments
5 comments