Skip to content

Instantly share code, notes, and snippets.

@opensyslab
opensyslab / default
Created September 12, 2019 22:59 — forked from kylejohnson/default
Ubuntu 16.04.1 ZoneMinder Source Install
server {
listen 80 default_server;
server_name _;
root /var/www/zm;
index index.php;
location / {
try_files $uri $uri/ /index.php?$args;
}