mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Fix change web service port
This commit is contained in:
parent
e5cb8d8308
commit
a427c5d93a
@ -28,11 +28,8 @@ http {
|
||||
|
||||
server {
|
||||
|
||||
listen 12596;
|
||||
server_name robosats_client;
|
||||
|
||||
# add_header Access-Control-Allow-Headers "*";
|
||||
# add_header Access-Control-Allow-Origin "*";
|
||||
listen 80;
|
||||
server_name robosats_web_client;
|
||||
|
||||
location / {
|
||||
root /usr/src/robosats;
|
||||
|
Loading…
Reference in New Issue
Block a user