How to use content from remote computer in nginx?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a static content on remote machine. And wont to use it in nginx.
Is same situation on Windows machine i'd did:
net use x: remote-computer-iptiles
And in nginx config:
server
listen *:8081;
server_name my-ip-address;
root /www/data;
location /tiles/
root X:;
#root www;
allow all;
location /
root www;
allow all;
index index.html index.htm;
And all works, i got my content from remote computer.
Now i got nginx on Debian
. What have to do to use static content from remote-computer-iptiles
?
debian nginx
add a comment |Â
up vote
0
down vote
favorite
I have a static content on remote machine. And wont to use it in nginx.
Is same situation on Windows machine i'd did:
net use x: remote-computer-iptiles
And in nginx config:
server
listen *:8081;
server_name my-ip-address;
root /www/data;
location /tiles/
root X:;
#root www;
allow all;
location /
root www;
allow all;
index index.html index.htm;
And all works, i got my content from remote computer.
Now i got nginx on Debian
. What have to do to use static content from remote-computer-iptiles
?
debian nginx
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a static content on remote machine. And wont to use it in nginx.
Is same situation on Windows machine i'd did:
net use x: remote-computer-iptiles
And in nginx config:
server
listen *:8081;
server_name my-ip-address;
root /www/data;
location /tiles/
root X:;
#root www;
allow all;
location /
root www;
allow all;
index index.html index.htm;
And all works, i got my content from remote computer.
Now i got nginx on Debian
. What have to do to use static content from remote-computer-iptiles
?
debian nginx
I have a static content on remote machine. And wont to use it in nginx.
Is same situation on Windows machine i'd did:
net use x: remote-computer-iptiles
And in nginx config:
server
listen *:8081;
server_name my-ip-address;
root /www/data;
location /tiles/
root X:;
#root www;
allow all;
location /
root www;
allow all;
index index.html index.htm;
And all works, i got my content from remote computer.
Now i got nginx on Debian
. What have to do to use static content from remote-computer-iptiles
?
debian nginx
asked Apr 19 at 12:24
Kliver Max
157412
157412
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438716%2fhow-to-use-content-from-remote-computer-in-nginx%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password