edit nginx conf #4104
edit nginx conf
#4104
-
Hi All! simple qst: How can I edit and persist nginx container data. I need to add a new redirect to the nginx conf |
Beta Was this translation helpful? Give feedback.
Answered by
weslambert
May 7, 2021
Replies: 1 comment
-
For the time being, you can copy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
weslambert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the time being, you can copy
/opt/so/saltstack/default/salt/nginx/etc/nginx.conf
to/opt/so/saltstack/local/salt/nginx/etc/nginx.conf
, and make your changes there.