Browse Source

Fix Nginx Conf For wpsubdir basic

old-stable
Mitesh Shah 12 years ago
parent
commit
657cafe004
  1. 2
      usr/share/easyengine/nginx/wpsubdir/basic.conf

2
usr/share/easyengine/nginx/wpsubdir/basic.conf

@ -7,7 +7,7 @@ server {
server_name example.com *.example.com;
# Uncomment The Following Line For Domain Mapping
server_name_in_redirect off;
#server_name_in_redirect off;
access_log /var/log/nginx/example.com.access.log;
error_log /var/log/nginx/example.com.error.log;

Loading…
Cancel
Save