billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
262 stars 70 forks source link

Duplicate location "/" line: 44? #25

Open Decrypt0r opened 7 years ago

Decrypt0r commented 7 years ago

(/var/log/syslog): nginx[646]: nginx: [emerg] duplicate location "/" in /etc/nginx/sites-enabled/pikrellcam:44

location / {

First attempt to serve request as file, then

          # as directory, then fall back to displaying a 404.
          try_files $uri $uri/ =404;

Was unable to access PikrellCam Webpage. Found this when troubleshooting.