Skip to main content

selfhosted nginx

Comments

5 comments

  • Alex

    Hi,

    Are you referring to permalinks for a project published via Server Sync or Export HTML?

    0
  • eduardo pacheco

    server sync (self-hosted)

    with nginx webserther the .htaccess file not is recognized, then I need setup this in nginx config.

    0
  • Alex

    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
  • Ali Sarac

    For nginx I used the config below:

    location / {

                    try_files $uri $uri/ /index.php?page=$uri&$query_string;

     }

    0
  • Petar Elez

    @Ali

     

    where did you make this modification? 

    0

Please sign in to leave a comment.