<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fnginx%2F%E3%83%AF%E3%82%A4%E3%83%AB%E3%83%89%E3%82%AB%E3%83%BC%E3%83%89</id>
	<title>Linux/nginx/ワイルドカード - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fnginx%2F%E3%83%AF%E3%82%A4%E3%83%AB%E3%83%89%E3%82%AB%E3%83%BC%E3%83%89"/>
	<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Linux/nginx/%E3%83%AF%E3%82%A4%E3%83%AB%E3%83%89%E3%82%AB%E3%83%BC%E3%83%89&amp;action=history"/>
	<updated>2026-05-01T20:21:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.nonip.net/index.php?title=Linux/nginx/%E3%83%AF%E3%82%A4%E3%83%AB%E3%83%89%E3%82%AB%E3%83%BC%E3%83%89&amp;diff=4522&amp;oldid=prev</id>
		<title>Admin: ページの作成:「==複数サブドメイン対応のconf==  server {       listen         80;       # server_name  hogehoge.net;       # server_name  smaple1.hogehoge.net;       # server_...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Linux/nginx/%E3%83%AF%E3%82%A4%E3%83%AB%E3%83%89%E3%82%AB%E3%83%BC%E3%83%89&amp;diff=4522&amp;oldid=prev"/>
		<updated>2017-06-10T12:39:32Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「==複数サブドメイン対応のconf==  server {       listen         80;       # server_name  hogehoge.net;       # server_name  smaple1.hogehoge.net;       # server_...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==複数サブドメイン対応のconf==&lt;br /&gt;
 server {&lt;br /&gt;
      listen         80;&lt;br /&gt;
      # server_name  hogehoge.net;&lt;br /&gt;
      # server_name  smaple1.hogehoge.net;&lt;br /&gt;
      # server_name  smaple2.hogehoge.net;&lt;br /&gt;
      server_name  ~^([\w]+\.)?hogehoge.net;&lt;br /&gt;
      access_log  /var/log/nginx/hogehoge.access.log  main;&lt;br /&gt;
      location ~ / {&lt;br /&gt;
            root /var/www/laravel/hogehoge/public;&lt;br /&gt;
      }&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>