Skip to content

Instantly share code, notes, and snippets.

@sukhikh18
Last active June 24, 2021 08:52
Show Gist options
  • Save sukhikh18/21cf0a07aee32ceee087a02ba11be96e to your computer and use it in GitHub Desktop.
Save sukhikh18/21cf0a07aee32ceee087a02ba11be96e to your computer and use it in GitHub Desktop.
Как создать символическую ссылку (Symbolic link) в linux на примере запуска сайта (конфигурации) Nginx
ln -s /etc/nginx/sites-available/www.example.org.conf /etc/nginx/sites-enabled/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment