4 lines
41 B
Bash
4 lines
41 B
Bash
#!/bin/bash
|
|
|
|
exec nginx -g "daemon off;"
|
#!/bin/bash
|
|
|
|
exec nginx -g "daemon off;"
|