Spaces:
Sleeping
Sleeping
fix server name
#1
by
ChandimaPrabath
- opened
- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -37,7 +37,7 @@ http {
|
|
37 |
|
38 |
server {
|
39 |
listen 7860; # Use standard port 80 for HTTP
|
40 |
-
server_name
|
41 |
|
42 |
root /usr/share/nginx/html;
|
43 |
index index.html;
|
|
|
37 |
|
38 |
server {
|
39 |
listen 7860; # Use standard port 80 for HTTP
|
40 |
+
server_name alwis-protocol.hf.space; # Replace with your actual domain
|
41 |
|
42 |
root /usr/share/nginx/html;
|
43 |
index index.html;
|