Skip to content

Preview not working #333

Answered by howdu
ArtMin96 asked this question in Q&A
Oct 26, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

If you're using nginx try adding a location block to ensure PHP is being served. Nginx tries to efficiently serve know extensions without PHP.

location ^~ /curator {
   try_files $uri $uri/ /index.php?$query_string;
}

Add it above your location ~ \.php$

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ArtMin96
Comment options

@arisawali2014
Comment options

@arisawali2014
Comment options

@zulmarij
Comment options

Answer selected by ArtMin96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants