odiszapc / nginx-java-parser

Nginx configuration parser based on ANTLR4 grammar
260 stars 87 forks source link

How do I modify the content and save it back to the nginx.conf file #33

Open usejustonce opened 1 year ago

usejustonce commented 1 year ago

I have learned to obtain and view the contents in the nginx.conf file through the examples in Readme. However, the methods of adding, modifying and deleting the contents are found in the Readme file. Do you have any examples and how to do it?