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:
- [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)
- Multiple domains templating (no replies)
- [njs] Test262: making "fs" module required. (no replies)
- [unit] docs/unit-openapi.yaml: Update version for 1.34.0 (no replies)
- [unit] pkg/docker: Update dockerfiles for 1.34.0 (no replies)
- [unit] Add 1.34.0 CHANGES (no replies)
- [njs] Test262: fixed check for crypto object. (no replies)
- [njs] Test262: renaming fs tests. (no replies)
Leave a Reply
Want to join the discussion?Feel free to contribute!