NGINX
Webbplats
NGINX.orgVersion av NginX
nginx -v
Starta om
sudo service nginx reload
Mapp med felmeddelanden
/var/log/nginx/
/etc/nginx/conf.d/wildcard.domän.com.conf
nginx -t
/etc/init.d/nginx reload
On Nginx, the following directive in your site configuration will allow "pretty" URLs
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Förvald port i MAMP (1-65535)
8888