When i try publish post, i can't, there is a popup window and no editor. Can u pls help?
location / {
try_files $uri $uri/ /index.php?$args;
location ~ [^/]\.ph(p\d*|tml)$ {
try_files /does_not_exists @php;
}
}