update of hello-world-nginx image for UBI

This commit is contained in:
Student User
2019-06-26 23:10:40 +00:00
parent 9b71dda827
commit c088084639
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
s/listen 80/listen 8080/
s/listen \[::\]:80/listen \[::\]:8080/
s/user nginx;//
s%error_log /var/log/nginx/error.log%error_log stderr%
s%access_log /var/log/nginx/access.log main;%%