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 reverse proxy setup zabbix white site (1 reply)
- nginx conf file for downloading a text file. (no replies)
- Response headers adding/filtering during proxy with njs (no replies)
- nginx stuck in tight loop sometimes (1 reply)
- [PATCH] Add io_uring support in AIO(async io) module (3 replies)
- [PATCH] Mail: added PROXY PROTOCOL support (no replies)
- Location attribute not properly configured in nginx.conf. (no replies)
- ssl passthrough (no replies)
- ngx_upstream_jdomain module reviews (no replies)
- location block with regular expression redirect to static site (no replies)
Leave a Reply
Want to join the discussion?Feel free to contribute!