[wp-trac] [WordPress Trac] #37766: WordPress installer has no style.
WordPress Trac
noreply at wordpress.org
Tue Aug 23 06:14:52 UTC 2016
#37766: WordPress installer has no style.
-------------------------------+------------------------------
Reporter: mrapplexz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version:
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by mrapplexz):
My nginx site config:
{{{
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
root /var/www/beta;
index index.php index.html index.htm;
server_name beta.pxsrv.ru;
location / {
# try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?q=$uri&$args;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
include global/php.conf;
}
}}}
php.conf:
{{{
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37766#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list