Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 1.57 KB

README.md

File metadata and controls

52 lines (45 loc) · 1.57 KB

nginx

Tags

Info

Default www-root: /usr/share/nginx/html. Server in /etc/nginx/nginx.conf, but overwrite in /etc/nginx/conf.d/default.conf.

PHP

Default www-root: /var/www/html. Server in /etc/nginx/nginx.conf, but overwrite in /etc/nginx/conf.d/default.conf. Don't forget to include default_server and include of further defaults:

server {
    listen 80 default_server;

    // ...

    include /etc/nginx/default.d/*.conf;
}

node

Tags

php

Tags

python

tags

- Klaus

the orange fish