Changes

Jump to: navigation, search

Installing Mediawiki 1.27 on FreeBSD 11.1

141 bytes added, 18:02, 26 September 2019
Enable the wiki
== Enable the wiki ==
One Once everything works, add this block to <code>nginx.conf</code>.
location /w {
sendfile on;
keepalive_timeout 65;
server {
listen 80;
listen [::]:80;
server_name xw.is;
return 301 https://$server_name$request_uri;
}
server {
listen 443;
listen [::]:443;
server_name xw.is;

Navigation menu