File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
listen 443 http2 ssl;
35
35
listen [::]:443 http2 ssl;
36
36
37
- server_name proxy.azabab .com;
37
+ server_name proxy.supabrowser .com;
38
38
ssl_certificate /root/fullchain.pem;
39
39
ssl_certificate_key /root/privkey.pem;
40
40
ssl_prefer_server_ciphers on ;
45
45
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
46
46
proxy_set_header X-Forwarded-Proto $scheme ;
47
47
48
- proxy_pass http://localhost:80 ;
48
+ proxy_pass http://localhost:8080 ;
49
49
proxy_read_timeout 90 ;
50
50
51
51
proxy_http_version 1.1 ;
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ def on_close(self):
183
183
184
184
args = sys .argv
185
185
tornado .options .parse_command_line (args )
186
- application .listen (80 )
186
+ application .listen (8080 )
187
187
loop = tornado .ioloop .IOLoop .instance ()
188
188
try :
189
189
loop .start ()
You can’t perform that action at this time.
0 commit comments