Skip to content

Instantly share code, notes, and snippets.

@sitemapxml
Created October 24, 2021 15:27
Show Gist options
  • Save sitemapxml/b0ed1fbf90a6fea847d3c1950ab0ff13 to your computer and use it in GitHub Desktop.
Save sitemapxml/b0ed1fbf90a6fea847d3c1950ab0ff13 to your computer and use it in GitHub Desktop.
Nginx Virtual Host configuration for example.com
# Virtual Host configuration for example.com
#
# You can move that to a different file under sites-available/ and symlink that
# to sites-enabled/ to enable it.
#
#server {
# listen 80;
# listen [::]:80;
#
# server_name example.com;
#
# root /var/www/example.com;
# index index.html;
#
# location / {
# try_files $uri $uri/ =404;
# }
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment