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] Introduced API to work with external value pointers. (no replies)
- [PATCH] Improve performance when starting nginx with a lot of locations (no replies)
- Debugging Nginx Memory Spikes on Production Servers (4 replies)
- Re: module which handles POST request help (Maxim Dounin) (no replies)
- [PATCH] Mail: allow auth to the proxy without auth to the backend (2 replies)
- module which handles POST request help (1 reply)
- Help (2 replies)
- How to pass SAML (no replies)
- Multiple Subdomains to Log In To phpMyAdmin (no replies)
- Nginx as XRay backend (no replies)
Leave a Reply
Want to join the discussion?Feel free to contribute!