Fix change web service port

This commit is contained in:
Reckless_Satoshi 2024-01-11 13:42:03 +00:00
parent e5cb8d8308
commit a427c5d93a
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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;