djbarnat

djbarnat ·

Cannot access from mobile

howto

Im not sure how it was working before on my laptop without this symlink though

Cannot access from mobile

howto

Ok, now i feel rather silly :)

pi@raspberrypi:~ $ ls -al /etc/nginx/sites-enabled
total 8
drwxr-xr-x 2 root root 4096 Jul 21 21:18 .
drwxr-xr-x 8 root root 4096 Jul 21 21:18 ..
lrwxrwxrwx 1 root root   34 Jul 21 21:18 default -> /etc/nginx/s...

Cannot access from mobile

howto

Hi i updated as below

server {

    listen 80 default_server;
    listen [::]:80 default_server;

    root /home/pi/web;
    index index.php index.html index.htm;

    #server_name www.myrompr.net;

    client_max_body_size 256M;

    # This section...

Cannot access from mobile

howto

Hi Mark,

I really appreciate you responding so quickly on this, thank you.

I did already try it with http://192.168.x.x/rompr and if i do that i get the 404.php

Not sure if it helps but his is the /etc/nginx/sites-available/rompr
server {

listen 80 de...

Cannot access from mobile

howto

Hi, firstly thank you rompr is superb. Love the design.

I have a problem where if i can access rompr no problem from all my desktop PC's / laptops, but not from my phone. I have tried address and this takes me to the niginx welcome page. Myrompr.net give...

Joined GitQ

on