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:
- [nginx-announce] njs-0.8.9 (no replies)
- [njs] Lightweight tag created: 0.8.9 (no replies)
- virtual host custom error page fails to display (no replies)
- [nginx] Gzip: compatibility with recent zlib-ng 2.2.x versions. (no replies)
- Ingress nginx on k8s as TCP proxy for external, non-k8s service - possible ? (no replies)
- [unit] .mailmap: Add an entry for Igor (no replies)
- [unit] tools/unitctl: Update for version 1.34.0 (no replies)
- [unit] docs/changes.xml: Add 1.34.0 changelog entries (no replies)
- [njs] Test262: skipping individual tests. (no replies)
- [njs] Tests: skipping stream_js_periodic.t for QuickJS engine. (no replies)
Leave a Reply
Want to join the discussion?Feel free to contribute!