Ispconfig nginx wordpress permalinks
Ispconfig nginx wordpress permalinks
Daca activați permalinks în wordpress sa va meargă site-ul trebuie sa adaugați în sites, la opțiuni
location / { try_files $uri $uri/ /index.php?$args; } # Add trailing slash to */wp-admin requests. rewrite /wp-admin$ $scheme://$host$uri/ permanent; location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ { expires max; log_not_found off; } Ultimele știri nginx:
- /usr/sbin/nginx alternatives (no replies)
- [nginx] Proxy: proxy_pass_trailers directive. (no replies)
- compilation of nginx 1.27.1 with boringssl for http/3 fails on alpine 3.20 (no replies)
- [njs] Configure: accept spaces in PATH. (no replies)
- [nginx] Added README.md. (no replies)
- [nginx] README: updated stable/mainline binary description (no replies)
- [nginx] README: clarified binary download and install process on Linux (no replies)
- [nginx] README: updated modules docs (no replies)
- [nginx] README: remove definition of "contexts" from section on config files per: https://github.com/nginx/nginx/pull/120#discussion_r1751366278 (no replies)
- NGINX переехал на GitHub! (1 reply)
Leave a Reply
Want to join the discussion?Feel free to contribute!